Color Hex Logo

#cedbb4 Color Hex

#CEDBB4
(206,219,180)
0 Favorites   0 Comments

Color spaces of #cedbb4

RGB 206219180
HSL0.220.350.78
HSV80°18°86°
CMYK 0.060.000.18   0.14
XYZ59.023367.080153.0169
Yxy67.08010.32950.3745
Hunter Lab81.9024-14.692618.9522
CIE-Lab85.5444-11.113417.7333

#cedbb4 color RGB value is (206,219,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 10110100
Octal 316 333 264
Decimal 206 219 180
Hex CE DB B4

RGB Percentages of Color #cedbb4

%34.05
%36.20
%29.75

CMYK Percentages of Color #cedbb4

%6
%0
%18
%14

Triadic Colors of #cedbb4

#cedbb4 #b4cedb #dbb4ce

Analogous Colors of #cedbb4

#cedbb4 #bbdbb4 #dbd5b4

Monochromatic Colors of #cedbb4

#cedbb4

Complementary Color

#cedbb4 #c1b4db

#cedbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbb4 Color CSS Codes

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

#cedbb4 Text Font Color

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

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


#cedbb4 Background Color

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

This div background color is #cedbb4


#cedbb4 Border Color

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

This div border color is #cedbb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbb4


Comments

No comments written yet.

Please login to write comment.