Color Hex Logo

#cedbc7 Color Hex

#CEDBC7
(206,219,199)
0 Favorites   0 Comments

Color spaces of #cedbc7

RGB 206219199
HSL0.280.220.82
HSV99°86°
CMYK 0.060.000.09   0.14
XYZ61.093967.908463.9205
Yxy67.90840.31670.3520
Hunter Lab82.4066-11.876611.6950
CIE-Lab85.9606-7.97658.3294

#cedbc7 color RGB value is (206,219,199).

#cedbc7 hex color red value is 206, green value is 219 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #cedbc7 hue: 0.28 , saturation: 0.22 and the lightness value of cedbc7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 11000111
Octal 316 333 307
Decimal 206 219 199
Hex CE DB C7

RGB Percentages of Color #cedbc7

%33.01
%35.10
%31.89

CMYK Percentages of Color #cedbc7

%6
%0
%9
%14

Triadic Colors of #cedbc7

#cedbc7 #c7cedb #dbc7ce

Analogous Colors of #cedbc7

#cedbc7 #c7dbca #d8dbc7

Monochromatic Colors of #cedbc7

#cedbc7

Complementary Color

#cedbc7 #d4c7db

#cedbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbc7 Color CSS Codes

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

#cedbc7 Text Font Color

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

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


#cedbc7 Background Color

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

This div background color is #cedbc7


#cedbc7 Border Color

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

This div border color is #cedbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbc7


Comments

No comments written yet.

Please login to write comment.