Color Hex Logo

#ceb57f Color Hex

#CEB57F
(206,181,127)
0 Favorites   0 Comments

Color spaces of #ceb57f

RGB 206181127
HSL0.110.450.65
HSV41°38°81°
CMYK 0.000.120.38   0.19
XYZ45.808247.701926.8717
Yxy47.70190.38050.3963
Hunter Lab69.0666-2.476925.2787
CIE-Lab74.63651.342430.8186

#ceb57f color RGB value is (206,181,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 01111111
Octal 316 265 177
Decimal 206 181 127
Hex CE B5 7F

RGB Percentages of Color #ceb57f

%40.08
%35.21
%24.71

CMYK Percentages of Color #ceb57f

%0
%12
%38
%19

Triadic Colors of #ceb57f

#ceb57f #7fceb5 #b57fce

Analogous Colors of #ceb57f

#ceb57f #c0ce7f #ce8e7f

Monochromatic Colors of #ceb57f

#ceb57f

Complementary Color

#ceb57f #7f98ce

#ceb57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb57f Color CSS Codes

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

#ceb57f Text Font Color

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

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


#ceb57f Background Color

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

This div background color is #ceb57f


#ceb57f Border Color

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

This div border color is #ceb57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb57f


Comments

No comments written yet.

Please login to write comment.