Color Hex Logo

#ceece5 Color Hex

#CEECE5
(206,236,229)
1 Favorites   0 Comments

Color spaces of #ceece5

RGB 206236229
HSL0.460.440.87
HSV166°13°93°
CMYK 0.130.000.03   0.07
XYZ69.591978.769985.6650
Yxy78.76990.29740.3366
Hunter Lab88.7524-15.35264.8992
CIE-Lab91.1301-11.11340.0733

#ceece5 color RGB value is (206,236,229).

#ceece5 hex color red value is 206, green value is 236 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ceece5 hue: 0.46 , saturation: 0.44 and the lightness value of ceece5 is 0.87.

The process color (four color CMYK) of #ceece5 color hex is 0.13, 0.00, 0.03, 0.07. Web safe color of #ceece5 is #ccffcc. Color #ceece5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 11100101
Octal 316 354 345
Decimal 206 236 229
Hex CE EC E5

RGB Percentages of Color #ceece5

%30.70
%35.17
%34.13

CMYK Percentages of Color #ceece5

%13
%0
%3
%7

Triadic Colors of #ceece5

#ceece5 #e5ceec #ece5ce

Analogous Colors of #ceece5

#ceece5 #cee4ec #ceecd6

Monochromatic Colors of #ceece5

#ceece5

Complementary Color

#ceece5 #ecced5

#ceece5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceece5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceece5 Color CSS Codes

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

#ceece5 Text Font Color

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

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


#ceece5 Background Color

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

This div background color is #ceece5


#ceece5 Border Color

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

This div border color is #ceece5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,236,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceece5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceece5;
  -webkit-box-shadow: 1px 1px 3px 2px #ceece5;
  box-shadow:         1px 1px 3px 2px #ceece5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,236,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceece5


Comments

No comments written yet.

Please login to write comment.