Color Hex Logo

#ceeccd Color Hex

#CEECCD
(206,236,205)
0 Favorites   0 Comments

Color spaces of #ceeccd

RGB 206236205
HSL0.330.450.86
HSV118°13°93°
CMYK 0.130.000.13   0.07
XYZ66.468577.520569.2173
Yxy77.52050.31180.3636
Hunter Lab88.0457-19.324715.0211
CIE-Lab90.5606-15.504411.7570

#ceeccd color RGB value is (206,236,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 11001101
Octal 316 354 315
Decimal 206 236 205
Hex CE EC CD

RGB Percentages of Color #ceeccd

%31.84
%36.48
%31.68

CMYK Percentages of Color #ceeccd

%13
%0
%13
%7

Triadic Colors of #ceeccd

#ceeccd #cdceec #eccdce

Analogous Colors of #ceeccd

#ceeccd #cdecdc #deeccd

Monochromatic Colors of #ceeccd

#ceeccd

Complementary Color

#ceeccd #ebcdec

#ceeccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeccd Color CSS Codes

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

#ceeccd Text Font Color

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

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


#ceeccd Background Color

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

This div background color is #ceeccd


#ceeccd Border Color

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

This div border color is #ceeccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeccd


Comments

No comments written yet.

Please login to write comment.