Color Hex Logo

#ceaba0 Color Hex

#CEABA0
(206,171,160)
0 Favorites   0 Comments

Color spaces of #ceaba0

RGB 206171160
HSL0.040.320.72
HSV14°22°81°
CMYK 0.000.170.22   0.19
XYZ46.361744.785739.4587
Yxy44.78570.35500.3429
Hunter Lab66.92216.545911.8868
CIE-Lab72.750611.044110.4276

#ceaba0 color RGB value is (206,171,160).

#ceaba0 hex color red value is 206, green value is 171 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ceaba0 hue: 0.04 , saturation: 0.32 and the lightness value of ceaba0 is 0.72.

The process color (four color CMYK) of #ceaba0 color hex is 0.00, 0.17, 0.22, 0.19. Web safe color of #ceaba0 is #cc9999. Color #ceaba0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 10100000
Octal 316 253 240
Decimal 206 171 160
Hex CE AB A0

RGB Percentages of Color #ceaba0

%38.36
%31.84
%29.80

CMYK Percentages of Color #ceaba0

%0
%17
%22
%19

Triadic Colors of #ceaba0

#ceaba0 #a0ceab #aba0ce

Analogous Colors of #ceaba0

#ceaba0 #cec2a0 #cea0ac

Monochromatic Colors of #ceaba0

#ceaba0

Complementary Color

#ceaba0 #a0c3ce

#ceaba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaba0 Color CSS Codes

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

#ceaba0 Text Font Color

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

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


#ceaba0 Background Color

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

This div background color is #ceaba0


#ceaba0 Border Color

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

This div border color is #ceaba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaba0


Comments

No comments written yet.

Please login to write comment.