Color Hex Logo

#cedbb1 Color Hex

#CEDBB1
(206,219,177)
0 Favorites   0 Comments

Color spaces of #cedbb1

RGB 206219177
HSL0.220.370.78
HSV79°19°86°
CMYK 0.060.000.19   0.14
XYZ58.720966.959251.4245
Yxy66.95920.33160.3781
Hunter Lab81.8286-15.106920.0197
CIE-Lab85.4833-11.580019.2194

#cedbb1 color RGB value is (206,219,177).

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

The process color (four color CMYK) of #cedbb1 color hex is 0.06, 0.00, 0.19, 0.14. Web safe color of #cedbb1 is #cccc99. Color #cedbb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 10110001
Octal 316 333 261
Decimal 206 219 177
Hex CE DB B1

RGB Percentages of Color #cedbb1

%34.22
%36.38
%29.40

CMYK Percentages of Color #cedbb1

%6
%0
%19
%14

Triadic Colors of #cedbb1

#cedbb1 #b1cedb #dbb1ce

Analogous Colors of #cedbb1

#cedbb1 #b9dbb1 #dbd3b1

Monochromatic Colors of #cedbb1

#cedbb1

Complementary Color

#cedbb1 #beb1db

#cedbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbb1 Color CSS Codes

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

#cedbb1 Text Font Color

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

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


#cedbb1 Background Color

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

This div background color is #cedbb1


#cedbb1 Border Color

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

This div border color is #cedbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbb1


Comments

No comments written yet.

Please login to write comment.