Color Hex Logo

#ceb59f Color Hex

#CEB59F
(206,181,159)
0 Favorites   0 Comments

Color spaces of #ceb59f

RGB 206181159
HSL0.080.320.72
HSV28°23°81°
CMYK 0.000.120.23   0.19
XYZ48.235548.672839.6534
Yxy48.67280.35320.3564
Hunter Lab69.76591.322915.1370
CIE-Lab75.24735.514914.4982

#ceb59f color RGB value is (206,181,159).

#ceb59f hex color red value is 206, green value is 181 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ceb59f hue: 0.08 , saturation: 0.32 and the lightness value of ceb59f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110101 10011111
Octal 316 265 237
Decimal 206 181 159
Hex CE B5 9F

RGB Percentages of Color #ceb59f

%37.73
%33.15
%29.12

CMYK Percentages of Color #ceb59f

%0
%12
%23
%19

Triadic Colors of #ceb59f

#ceb59f #9fceb5 #b59fce

Analogous Colors of #ceb59f

#ceb59f #cecd9f #ce9fa1

Monochromatic Colors of #ceb59f

#ceb59f

Complementary Color

#ceb59f #9fb8ce

#ceb59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb59f Color CSS Codes

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

#ceb59f Text Font Color

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

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


#ceb59f Background Color

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

This div background color is #ceb59f


#ceb59f Border Color

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

This div border color is #ceb59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb59f


Comments

No comments written yet.

Please login to write comment.