Color Hex Logo

#ceb7aa Color Hex

#CEB7AA
(206,183,170)
0 Favorites   0 Comments

Color spaces of #ceb7aa

RGB 206183170
HSL0.060.270.74
HSV22°17°81°
CMYK 0.000.110.17   0.19
XYZ49.642849.891145.0437
Yxy49.89110.34340.3451
Hunter Lab70.63361.844711.6338
CIE-Lab76.00246.10199.6013

#ceb7aa color RGB value is (206,183,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 10101010
Octal 316 267 252
Decimal 206 183 170
Hex CE B7 AA

RGB Percentages of Color #ceb7aa

%36.85
%32.74
%30.41

CMYK Percentages of Color #ceb7aa

%0
%11
%17
%19

Triadic Colors of #ceb7aa

#ceb7aa #aaceb7 #b7aace

Analogous Colors of #ceb7aa

#ceb7aa #cec9aa #ceaaaf

Monochromatic Colors of #ceb7aa

#ceb7aa

Complementary Color

#ceb7aa #aac1ce

#ceb7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb7aa Color CSS Codes

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

#ceb7aa Text Font Color

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

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


#ceb7aa Background Color

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

This div background color is #ceb7aa


#ceb7aa Border Color

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

This div border color is #ceb7aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,183,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 #ceb7aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb7aa


Comments

No comments written yet.

Please login to write comment.