Color Hex Logo

#ceb57c Color Hex

#CEB57C
(206,181,124)
0 Favorites   0 Comments

Color spaces of #ceb57c

RGB 206181124
HSL0.120.460.65
HSV42°40°81°
CMYK 0.000.120.40   0.19
XYZ45.615647.624825.8571
Yxy47.62480.38300.3999
Hunter Lab69.0107-2.781526.0926
CIE-Lab74.58771.002832.3336

#ceb57c color RGB value is (206,181,124).

#ceb57c hex color red value is 206, green value is 181 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ceb57c hue: 0.12 , saturation: 0.46 and the lightness value of ceb57c is 0.65.

The process color (four color CMYK) of #ceb57c color hex is 0.00, 0.12, 0.40, 0.19. Web safe color of #ceb57c is #cccc66. Color #ceb57c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 01111100
Octal 316 265 174
Decimal 206 181 124
Hex CE B5 7C

RGB Percentages of Color #ceb57c

%40.31
%35.42
%24.27

CMYK Percentages of Color #ceb57c

%0
%12
%40
%19

Triadic Colors of #ceb57c

#ceb57c #7cceb5 #b57cce

Analogous Colors of #ceb57c

#ceb57c #bece7c #ce8c7c

Monochromatic Colors of #ceb57c

#ceb57c

Complementary Color

#ceb57c #7c95ce

#ceb57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb57c Color CSS Codes

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

#ceb57c Text Font Color

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

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


#ceb57c Background Color

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

This div background color is #ceb57c


#ceb57c Border Color

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

This div border color is #ceb57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb57c


Comments

No comments written yet.

Please login to write comment.