Color Hex Logo

#ceb586 Color Hex

#CEB586
(206,181,134)
0 Favorites   0 Comments

Color spaces of #ceb586

RGB 206181134
HSL0.110.420.67
HSV39°35°81°
CMYK 0.000.120.35   0.19
XYZ46.280547.890829.3589
Yxy47.89080.37460.3877
Hunter Lab69.2032-1.731423.2889
CIE-Lab74.75602.170127.2677

#ceb586 color RGB value is (206,181,134).

#ceb586 hex color red value is 206, green value is 181 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ceb586 hue: 0.11 , saturation: 0.42 and the lightness value of ceb586 is 0.67.

The process color (four color CMYK) of #ceb586 color hex is 0.00, 0.12, 0.35, 0.19. Web safe color of #ceb586 is #cccc99. Color #ceb586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 10000110
Octal 316 265 206
Decimal 206 181 134
Hex CE B5 86

RGB Percentages of Color #ceb586

%39.54
%34.74
%25.72

CMYK Percentages of Color #ceb586

%0
%12
%35
%19

Triadic Colors of #ceb586

#ceb586 #86ceb5 #b586ce

Analogous Colors of #ceb586

#ceb586 #c3ce86 #ce9186

Monochromatic Colors of #ceb586

#ceb586

Complementary Color

#ceb586 #869fce

#ceb586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb586 Color CSS Codes

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

#ceb586 Text Font Color

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

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


#ceb586 Background Color

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

This div background color is #ceb586


#ceb586 Border Color

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

This div border color is #ceb586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb586


Comments

No comments written yet.

Please login to write comment.