Color Hex Logo

#cceaba Color Hex

#CCEABA
(204,234,186)
0 Favorites   0 Comments

Color spaces of #cceaba

RGB 204234186
HSL0.270.530.82
HSV98°21°92°
CMYK 0.130.000.21   0.08
XYZ63.187675.228257.6445
Yxy75.22820.32230.3837
Hunter Lab86.7342-21.744021.3091
CIE-Lab89.4998-18.357420.1021

#cceaba color RGB value is (204,234,186).

#cceaba hex color red value is 204, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cceaba hue: 0.27 , saturation: 0.53 and the lightness value of cceaba is 0.82.

The process color (four color CMYK) of #cceaba color hex is 0.13, 0.00, 0.21, 0.08. Web safe color of #cceaba is #ccffcc. Color #cceaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 10111010
Octal 314 352 272
Decimal 204 234 186
Hex CC EA BA

RGB Percentages of Color #cceaba

%32.69
%37.50
%29.81

CMYK Percentages of Color #cceaba

%13
%0
%21
%8

Triadic Colors of #cceaba

#cceaba #baccea #eabacc

Analogous Colors of #cceaba

#cceaba #baeac0 #e4eaba

Monochromatic Colors of #cceaba

#cceaba

Complementary Color

#cceaba #d8baea

#cceaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceaba Color CSS Codes

.mybgcolor {background-color:#cceaba; } 
.myforecolor {color:#cceaba; }
.mybordercolor {border:3px solid #cceaba; }

#cceaba Text Font Color

<p style="color:#cceaba">Text here</p>

This sample text font color is #cceaba
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.


#cceaba Background Color

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

This div background color is #cceaba


#cceaba Border Color

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

This div border color is #cceaba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,234,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cceaba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cceaba;
  -webkit-box-shadow: 1px 1px 3px 2px #cceaba;
  box-shadow:         1px 1px 3px 2px #cceaba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,234,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceaba


Comments

No comments written yet.

Please login to write comment.