Color Hex Logo

#cedbd4 Color Hex

#CEDBD4
(206,219,212)
0 Favorites   0 Comments

Color spaces of #cedbd4

RGB 206219212
HSL0.410.150.83
HSV148°86°
CMYK 0.060.000.03   0.14
XYZ62.668868.538372.2136
Yxy68.53830.30810.3369
Hunter Lab82.7879-9.75776.2344
CIE-Lab86.2749-5.65471.9214

#cedbd4 color RGB value is (206,219,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11010100
Octal 316 333 324
Decimal 206 219 212
Hex CE DB D4

RGB Percentages of Color #cedbd4

%32.34
%34.38
%33.28

CMYK Percentages of Color #cedbd4

%6
%0
%3
%14

Triadic Colors of #cedbd4

#cedbd4 #d4cedb #dbd4ce

Analogous Colors of #cedbd4

#cedbd4 #cedbdb #cfdbce

Monochromatic Colors of #cedbd4

#cedbd4

Complementary Color

#cedbd4 #dbced5

#cedbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbd4 Color CSS Codes

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

#cedbd4 Text Font Color

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

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


#cedbd4 Background Color

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

This div background color is #cedbd4


#cedbd4 Border Color

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

This div border color is #cedbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbd4


Comments

No comments written yet.

Please login to write comment.