#a4c8c8 Color Hex Ocean Boulevard

Information about Ocean Boulevard Color | #0000FF

#a4c8c8 color RGB value is (164,200,200). #a4c8c8 color name is Ocean Boulevard color.

#a4c8c8 hex color red value is 164 , green value is 200 and the blue value of its RGB is 200 . Cylindrical-coordinate representations (also known as HSL) of color #a4c8c8 hue: 180 , saturation: 25 and the lightness value of #a4c8c8 is 71

The process color (four color CMYK) of #a4c8c8 color hex is 7 , 0 ,0, 8 .

#a4c8c8

~Ocean Boulevard

Color Converions

HEX
#a4c8c8
RGB
164,200,200
LAB
78,-12,-4
CMYK
18,0,0,22
LCH
78,13,-161
XYZ
46,53,62
HSV
180,18,78
HSL
180,25,71

Base Numbers

Base Red Green Blue
Binary 10100100 11001000 11001000
Octal 244 310 310
Decimal 164 200 200
Hex a4 c8 c8

RGB Percentages of Color #a4c8c8

64%
78%
78%

CMYK Percentages of Color #a4c8c8

7%
0%
0%
8%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #a4c8c8

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#a4c8c8
20%
#94b4b4
30%
#83a0a0
40%
#738c8c
50%
#627878
60%
#526464
70%
#425050
80%
#313c3c
90%
#212828
100%
#101414

Tints of #a4c8c8

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#a4c8c8
20%
#adcece
30%
#b6d3d3
40%
#bfd9d9
50%
#c8dede
60%
#d1e4e4
70%
#dbe9e9
80%
#e4efef
90%
#edf4f4
100%
#f6fafa

Tones of #a4c8c8

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#a4c8c8
20%
#a0c1c1
30%
#9dbaba
40%
#99b2b2
50%
#95abab
60%
#92a4a4
70%
#8e9c9c
80%
#8a9595
90%
#878e8e
100%
#838787

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#a4c8c8
#a4c8ba
#a4c8c1
#a4c8c8
#a4c1c8
#a4bac8

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#a4c8c8
#c8a4a4

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#a4c8c8
#aba4c8
#c8baa4

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#a4c8c8
#c8a4c8
#c8c8a4

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#a4c8c8
#b6a4c8
#c8a4a4
#b6c8a4

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#a4c8c8
#c7f2f2
#191e1e
#3b4848
#5e7373
#819d9d

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#a4c8c8

protanopia

#c2bfc2

deuteranopia

#cebacb

tritanopia

#a6c5d4

achromatopsia

#c0c0c0

protanomaly

#b7c2c4

deuteranomaly

#bfbfca

achromatopsia

#c0c0c0

tritanomaly

#a5c6d0

achromatomaly

#b6c3c3

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#a4c8c8 Color CSS Codes

.bgcolor {background-color:#a4c8c8; } 
.forecolor {color:#a4c8c8; }
.bordercolor {border:3px solid #a4c8c8; }
            

#a4c8c8 Text Font Color

<div style="color:#a4c8c8">
Div content here</div>

This sample text font color is #a4c8c8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#a4c8c8 Background Color

<div style="background-color:#a4c8c8">
Div content here</div>
Div content here

#a4c8c8 Border Color

<div style="border:3px solid #a4c8c8">
Div here</div>

This div border color is #a4c8c8

#a4c8c8 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #a4c8c8; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4c8c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4c8c8;
  -webkit-box-shadow: 1px 1px 3px 2px #a4c8c8;
  box-shadow: 1px 1px 3px 2px #a4c8c8; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a4c8c8">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a4c8c8;
              -webkit-box-shadow: 1px 1px 3px 2px #a4c8c8;
              box-shadow:         1px 1px 3px 2px #a4c8c8#a4c8c8">
Div content here</div>

This div box has shadow with color #a4c8c8

More Colors

Caribbean Cruise
#3f9da9
Cinnamon Cocoa
#d1a79c
Festive Fennec
#ff5566
Parlor Rose
#baa1b2
Antoinette Pink
#e7c2b4
Orient
#255b77
Heather Berry
#e75480
French Heirloom
#e9e2e0
Fake Crush
#c88088
Cozy Cocoa
#aa8f7d
Desert Grey
#b8a487
Lemon Twist
#fed95d
Out of Plumb
#9c909c
Olive Drab
#6f7632
Old Asparagus
#929000
Corn Kernel
#ffcba4
Liquid Blue
#55b7ce
Bronze Tone
#434c28
Placebo Pink
#fcebfa
Medicine Man
#69556d
Ebony Wood
#2c3227
Mission Stone
#dac5b6
Banana Pie
#f7efd7
Olive Hint
#c9bd88
Pastel Blue
#a2bffe
Frosty White
#ddddd6
Flowering Chestnut
#875657
Battery Charged Blue
#1dacd4
Imperial Purple
#542c5d
Black Bamboo
#5b5d53
Police Blue
#374f6b
Hamster Fur
#a6814c
Fiddlehead Fern
#c8c387
Hot Cacao
#a5694f
Petro Blue
#2f5961
Free Speech Green
#09f911
Gamboge
#e49b0f
Ambitious Amber
#f0cb97
Chocoholic
#993300
Cocoa Cupcake
#967859
rating-img
Rate this tool
NaN/5   0 votes