Color Hex Logo

#cedbab Color Hex

#CEDBAB
(206,219,171)
0 Favorites   0 Comments

Color spaces of #cedbab

RGB 206219171
HSL0.210.400.76
HSV76°22°86°
CMYK 0.060.000.22   0.14
XYZ58.135866.725148.3432
Yxy66.72510.33560.3852
Hunter Lab81.6854-15.910522.0907
CIE-Lab85.3649-12.488822.1903

#cedbab color RGB value is (206,219,171).

#cedbab hex color red value is 206, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cedbab hue: 0.21 , saturation: 0.40 and the lightness value of cedbab is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 10101011
Octal 316 333 253
Decimal 206 219 171
Hex CE DB AB

RGB Percentages of Color #cedbab

%34.56
%36.74
%28.69

CMYK Percentages of Color #cedbab

%6
%0
%22
%14

Triadic Colors of #cedbab

#cedbab #abcedb #dbabce

Analogous Colors of #cedbab

#cedbab #b6dbab #dbd0ab

Monochromatic Colors of #cedbab

#cedbab

Complementary Color

#cedbab #b8abdb

#cedbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbab Color CSS Codes

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

#cedbab Text Font Color

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

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


#cedbab Background Color

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

This div background color is #cedbab


#cedbab Border Color

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

This div border color is #cedbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbab


Comments

No comments written yet.

Please login to write comment.