Color Hex Logo

#cedcbc Color Hex

#CEDCBC
(206,220,188)
0 Favorites   0 Comments

Color spaces of #cedcbc

RGB 206220188
HSL0.240.310.80
HSV86°15°86°
CMYK 0.060.000.15   0.14
XYZ60.123967.939157.5216
Yxy67.93910.32400.3661
Hunter Lab82.4252-14.039716.3212
CIE-Lab85.9760-10.338614.1417

#cedcbc color RGB value is (206,220,188).

#cedcbc hex color red value is 206, green value is 220 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cedcbc hue: 0.24 , saturation: 0.31 and the lightness value of cedcbc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 10111100
Octal 316 334 274
Decimal 206 220 188
Hex CE DC BC

RGB Percentages of Color #cedcbc

%33.55
%35.83
%30.62

CMYK Percentages of Color #cedcbc

%6
%0
%15
%14

Triadic Colors of #cedcbc

#cedcbc #bccedc #dcbcce

Analogous Colors of #cedcbc

#cedcbc #bedcbc #dcdabc

Monochromatic Colors of #cedcbc

#cedcbc

Complementary Color

#cedcbc #cabcdc

#cedcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedcbc Color CSS Codes

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

#cedcbc Text Font Color

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

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


#cedcbc Background Color

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

This div background color is #cedcbc


#cedcbc Border Color

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

This div border color is #cedcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedcbc


Comments

No comments written yet.

Please login to write comment.