Color Hex Logo

#ceb08f Color Hex

#CEB08F
(206,176,143)
0 Favorites   0 Comments

Color spaces of #ceb08f

RGB 206176143
HSL0.090.390.68
HSV31°31°81°
CMYK 0.000.150.31   0.19
XYZ45.936946.155632.4744
Yxy46.15560.36880.3705
Hunter Lab67.93791.803219.2159
CIE-Lab73.64645.977020.9369

#ceb08f color RGB value is (206,176,143).

#ceb08f hex color red value is 206, green value is 176 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ceb08f hue: 0.09 , saturation: 0.39 and the lightness value of ceb08f is 0.68.

The process color (four color CMYK) of #ceb08f color hex is 0.00, 0.15, 0.31, 0.19. Web safe color of #ceb08f is #cc9999. Color #ceb08f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 10001111
Octal 316 260 217
Decimal 206 176 143
Hex CE B0 8F

RGB Percentages of Color #ceb08f

%39.24
%33.52
%27.24

CMYK Percentages of Color #ceb08f

%0
%15
%31
%19

Triadic Colors of #ceb08f

#ceb08f #8fceb0 #b08fce

Analogous Colors of #ceb08f

#ceb08f #cdce8f #ce918f

Monochromatic Colors of #ceb08f

#ceb08f

Complementary Color

#ceb08f #8fadce

#ceb08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb08f Color CSS Codes

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

#ceb08f Text Font Color

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

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


#ceb08f Background Color

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

This div background color is #ceb08f


#ceb08f Border Color

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

This div border color is #ceb08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb08f


Comments

No comments written yet.

Please login to write comment.