Color Hex Logo

#ceb681 Color Hex

#CEB681
(206,182,129)
0 Favorites   0 Comments

Color spaces of #ceb681

RGB 206182129
HSL0.110.440.66
HSV41°37°81°
CMYK 0.000.120.37   0.19
XYZ46.144048.162727.6332
Yxy48.16270.37840.3950
Hunter Lab69.3994-2.763324.9717
CIE-Lab74.92741.044030.1462

#ceb681 color RGB value is (206,182,129).

#ceb681 hex color red value is 206, green value is 182 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ceb681 hue: 0.11 , saturation: 0.44 and the lightness value of ceb681 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 10000001
Octal 316 266 201
Decimal 206 182 129
Hex CE B6 81

RGB Percentages of Color #ceb681

%39.85
%35.20
%24.95

CMYK Percentages of Color #ceb681

%0
%12
%37
%19

Triadic Colors of #ceb681

#ceb681 #81ceb6 #b681ce

Analogous Colors of #ceb681

#ceb681 #c0ce81 #ce9081

Monochromatic Colors of #ceb681

#ceb681

Complementary Color

#ceb681 #8199ce

#ceb681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb681 Color CSS Codes

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

#ceb681 Text Font Color

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

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


#ceb681 Background Color

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

This div background color is #ceb681


#ceb681 Border Color

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

This div border color is #ceb681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb681


Comments

No comments written yet.

Please login to write comment.