Color Hex Logo

#ceb09a Color Hex

#CEB09A
(206,176,154)
0 Favorites   0 Comments

Color spaces of #ceb09a

RGB 206176154
HSL0.070.350.71
HSV25°25°81°
CMYK 0.000.150.25   0.19
XYZ46.811746.505637.0811
Yxy46.50560.35900.3566
Hunter Lab68.19503.188015.4975
CIE-Lab73.87247.477915.2853

#ceb09a color RGB value is (206,176,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 10011010
Octal 316 260 232
Decimal 206 176 154
Hex CE B0 9A

RGB Percentages of Color #ceb09a

%38.43
%32.84
%28.73

CMYK Percentages of Color #ceb09a

%0
%15
%25
%19

Triadic Colors of #ceb09a

#ceb09a #9aceb0 #b09ace

Analogous Colors of #ceb09a

#ceb09a #ceca9a #ce9a9e

Monochromatic Colors of #ceb09a

#ceb09a

Complementary Color

#ceb09a #9ab8ce

#ceb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb09a Color CSS Codes

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

#ceb09a Text Font Color

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

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


#ceb09a Background Color

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

This div background color is #ceb09a


#ceb09a Border Color

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

This div border color is #ceb09a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,176,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 #ceb09a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb09a


Comments

No comments written yet.

Please login to write comment.