Color Hex Logo

#cedbcc Color Hex

#CEDBCC
(206,219,204)
0 Favorites   0 Comments

Color spaces of #cedbcc

RGB 206219204
HSL0.310.170.83
HSV112°86°
CMYK 0.060.000.07   0.14
XYZ61.684268.144567.0288
Yxy68.14450.31330.3462
Hunter Lab82.5497-11.08019.6424
CIE-Lab86.0787-7.09995.8613

#cedbcc color RGB value is (206,219,204).

#cedbcc hex color red value is 206, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cedbcc hue: 0.31 , saturation: 0.17 and the lightness value of cedbcc is 0.83.

The process color (four color CMYK) of #cedbcc color hex is 0.06, 0.00, 0.07, 0.14. Web safe color of #cedbcc is #cccccc. Color #cedbcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11001100
Octal 316 333 314
Decimal 206 219 204
Hex CE DB CC

RGB Percentages of Color #cedbcc

%32.75
%34.82
%32.43

CMYK Percentages of Color #cedbcc

%6
%0
%7
%14

Triadic Colors of #cedbcc

#cedbcc #cccedb #dbccce

Analogous Colors of #cedbcc

#cedbcc #ccdbd2 #d6dbcc

Monochromatic Colors of #cedbcc

#cedbcc

Complementary Color

#cedbcc #d9ccdb

#cedbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbcc Color CSS Codes

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

#cedbcc Text Font Color

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

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


#cedbcc Background Color

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

This div background color is #cedbcc


#cedbcc Border Color

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

This div border color is #cedbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbcc


Comments

No comments written yet.

Please login to write comment.