Color Hex Logo

#ceaba4 Color Hex

#CEABA4
(206,171,164)
0 Favorites   0 Comments

Color spaces of #ceaba4

RGB 206171164
HSL0.030.300.73
HSV10°20°81°
CMYK 0.000.170.20   0.19
XYZ46.717344.928041.3317
Yxy44.92800.35130.3379
Hunter Lab67.02847.111010.3598
CIE-Lab72.844511.64318.3682

#ceaba4 color RGB value is (206,171,164).

#ceaba4 hex color red value is 206, green value is 171 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ceaba4 hue: 0.03 , saturation: 0.30 and the lightness value of ceaba4 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 10100100
Octal 316 253 244
Decimal 206 171 164
Hex CE AB A4

RGB Percentages of Color #ceaba4

%38.08
%31.61
%30.31

CMYK Percentages of Color #ceaba4

%0
%17
%20
%19

Triadic Colors of #ceaba4

#ceaba4 #a4ceab #aba4ce

Analogous Colors of #ceaba4

#ceaba4 #cec0a4 #cea4b2

Monochromatic Colors of #ceaba4

#ceaba4

Complementary Color

#ceaba4 #a4c7ce

#ceaba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaba4 Color CSS Codes

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

#ceaba4 Text Font Color

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

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


#ceaba4 Background Color

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

This div background color is #ceaba4


#ceaba4 Border Color

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

This div border color is #ceaba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaba4


Comments

No comments written yet.

Please login to write comment.