Color Hex Logo

#cebdaa Color Hex

#CEBDAA
(206,189,170)
0 Favorites   0 Comments

Color spaces of #cebdaa

RGB 206189170
HSL0.090.270.74
HSV32°17°81°
CMYK 0.000.080.17   0.19
XYZ50.906952.419345.4651
Yxy52.41930.34210.3523
Hunter Lab72.4012-1.194713.4490
CIE-Lab77.53092.902611.7734

#cebdaa color RGB value is (206,189,170).

#cebdaa hex color red value is 206, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cebdaa hue: 0.09 , saturation: 0.27 and the lightness value of cebdaa is 0.74.

The process color (four color CMYK) of #cebdaa color hex is 0.00, 0.08, 0.17, 0.19. Web safe color of #cebdaa is #cccc99. Color #cebdaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 10101010
Octal 316 275 252
Decimal 206 189 170
Hex CE BD AA

RGB Percentages of Color #cebdaa

%36.46
%33.45
%30.09

CMYK Percentages of Color #cebdaa

%0
%8
%17
%19

Triadic Colors of #cebdaa

#cebdaa #aacebd #bdaace

Analogous Colors of #cebdaa

#cebdaa #cdceaa #ceabaa

Monochromatic Colors of #cebdaa

#cebdaa

Complementary Color

#cebdaa #aabbce

#cebdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebdaa Color CSS Codes

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

#cebdaa Text Font Color

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

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


#cebdaa Background Color

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

This div background color is #cebdaa


#cebdaa Border Color

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

This div border color is #cebdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebdaa


Comments

No comments written yet.

Please login to write comment.