Color Hex Logo

#ceae9b Color Hex

#CEAE9B
(206,174,155)
2 Favorites   0 Comments

Color spaces of #ceae9b

RGB 206174155
HSL0.060.340.71
HSV22°25°81°
CMYK 0.000.160.25   0.19
XYZ46.506045.760537.3919
Yxy45.76050.35870.3529
Hunter Lab67.64654.334814.5798
CIE-Lab73.38998.696414.0642

#ceae9b color RGB value is (206,174,155).

#ceae9b hex color red value is 206, green value is 174 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ceae9b hue: 0.06 , saturation: 0.34 and the lightness value of ceae9b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101110 10011011
Octal 316 256 233
Decimal 206 174 155
Hex CE AE 9B

RGB Percentages of Color #ceae9b

%38.50
%32.52
%28.97

CMYK Percentages of Color #ceae9b

%0
%16
%25
%19

Triadic Colors of #ceae9b

#ceae9b #9bceae #ae9bce

Analogous Colors of #ceae9b

#ceae9b #cec89b #ce9ba2

Monochromatic Colors of #ceae9b

#ceae9b

Complementary Color

#ceae9b #9bbbce

#ceae9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceae9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceae9b Color CSS Codes

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

#ceae9b Text Font Color

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

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


#ceae9b Background Color

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

This div background color is #ceae9b


#ceae9b Border Color

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

This div border color is #ceae9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceae9b


Comments

No comments written yet.

Please login to write comment.