Color Hex Logo

#cebc9a Color Hex

#CEBC9A
(206,188,154)
0 Favorites   0 Comments

Color spaces of #cebc9a

RGB 206188154
HSL0.110.350.71
HSV39°25°81°
CMYK 0.000.090.25   0.19
XYZ49.269651.421337.9004
Yxy51.42130.35550.3710
Hunter Lab71.7086-2.846318.8593
CIE-Lab76.93351.076819.5419

#cebc9a color RGB value is (206,188,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 10011010
Octal 316 274 232
Decimal 206 188 154
Hex CE BC 9A

RGB Percentages of Color #cebc9a

%37.59
%34.31
%28.10

CMYK Percentages of Color #cebc9a

%0
%9
%25
%19

Triadic Colors of #cebc9a

#cebc9a #9acebc #bc9ace

Analogous Colors of #cebc9a

#cebc9a #c6ce9a #cea29a

Monochromatic Colors of #cebc9a

#cebc9a

Complementary Color

#cebc9a #9aacce

#cebc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc9a Color CSS Codes

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

#cebc9a Text Font Color

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

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


#cebc9a Background Color

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

This div background color is #cebc9a


#cebc9a Border Color

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

This div border color is #cebc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc9a


Comments

No comments written yet.

Please login to write comment.