Color Hex Logo

#ceb89a Color Hex

#CEB89A
(206,184,154)
0 Favorites   0 Comments

Color spaces of #ceb89a

RGB 206184154
HSL0.100.350.71
HSV35°25°81°
CMYK 0.000.110.25   0.19
XYZ48.426849.735937.6195
Yxy49.73590.35670.3663
Hunter Lab70.5237-0.845117.7395
CIE-Lab75.90693.198618.1203

#ceb89a color RGB value is (206,184,154).

#ceb89a hex color red value is 206, green value is 184 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ceb89a hue: 0.10 , saturation: 0.35 and the lightness value of ceb89a is 0.71.

The process color (four color CMYK) of #ceb89a color hex is 0.00, 0.11, 0.25, 0.19. Web safe color of #ceb89a is #cccc99. Color #ceb89a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111000 10011010
Octal 316 270 232
Decimal 206 184 154
Hex CE B8 9A

RGB Percentages of Color #ceb89a

%37.87
%33.82
%28.31

CMYK Percentages of Color #ceb89a

%0
%11
%25
%19

Triadic Colors of #ceb89a

#ceb89a #9aceb8 #b89ace

Analogous Colors of #ceb89a

#ceb89a #cace9a #ce9e9a

Monochromatic Colors of #ceb89a

#ceb89a

Complementary Color

#ceb89a #9ab0ce

#ceb89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb89a Color CSS Codes

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

#ceb89a Text Font Color

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

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


#ceb89a Background Color

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

This div background color is #ceb89a


#ceb89a Border Color

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

This div border color is #ceb89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb89a


Comments

No comments written yet.

Please login to write comment.