Color Hex Logo

#cceeb0 Color Hex

#CCEEB0
(204,238,176)
0 Favorites   0 Comments

Color spaces of #cceeb0

RGB 204238176
HSL0.260.650.81
HSV93°26°93°
CMYK 0.140.000.26   0.07
XYZ63.312877.121052.6232
Yxy77.12100.32790.3995
Hunter Lab87.8186-24.992925.9449
CIE-Lab90.3773-21.851726.4563

#cceeb0 color RGB value is (204,238,176).

#cceeb0 hex color red value is 204, green value is 238 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #cceeb0 hue: 0.26 , saturation: 0.65 and the lightness value of cceeb0 is 0.81.

The process color (four color CMYK) of #cceeb0 color hex is 0.14, 0.00, 0.26, 0.07. Web safe color of #cceeb0 is #ccff99. Color #cceeb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 10110000
Octal 314 356 260
Decimal 204 238 176
Hex CC EE B0

RGB Percentages of Color #cceeb0

%33.01
%38.51
%28.48

CMYK Percentages of Color #cceeb0

%14
%0
%26
%7

Triadic Colors of #cceeb0

#cceeb0 #b0ccee #eeb0cc

Analogous Colors of #cceeb0

#cceeb0 #b0eeb3 #ebeeb0

Monochromatic Colors of #cceeb0

#cceeb0

Complementary Color

#cceeb0 #d2b0ee

#cceeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceeb0 Color CSS Codes

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

#cceeb0 Text Font Color

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

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


#cceeb0 Background Color

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

This div background color is #cceeb0


#cceeb0 Border Color

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

This div border color is #cceeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceeb0


Comments

No comments written yet.

Please login to write comment.