Color Hex Logo

#ceecca Color Hex

#CEECCA
(206,236,202)
0 Favorites   0 Comments

Color spaces of #ceecca

RGB 206236202
HSL0.310.470.86
HSV113°14°93°
CMYK 0.130.000.14   0.07
XYZ66.109777.377067.3280
Yxy77.37700.31360.3670
Hunter Lab87.9642-19.785216.1942
CIE-Lab90.4949-16.020813.2227

#ceecca color RGB value is (206,236,202).

#ceecca hex color red value is 206, green value is 236 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ceecca hue: 0.31 , saturation: 0.47 and the lightness value of ceecca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 11001010
Octal 316 354 312
Decimal 206 236 202
Hex CE EC CA

RGB Percentages of Color #ceecca

%31.99
%36.65
%31.37

CMYK Percentages of Color #ceecca

%13
%0
%14
%7

Triadic Colors of #ceecca

#ceecca #caceec #eccace

Analogous Colors of #ceecca

#ceecca #caecd7 #dfecca

Monochromatic Colors of #ceecca

#ceecca

Complementary Color

#ceecca #e8caec

#ceecca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceecca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceecca Color CSS Codes

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

#ceecca Text Font Color

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

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


#ceecca Background Color

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

This div background color is #ceecca


#ceecca Border Color

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

This div border color is #ceecca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceecca


Comments

No comments written yet.

Please login to write comment.