Color Hex Logo

#ceab82 Color Hex

#CEAB82
(206,171,130)
0 Favorites   0 Comments

Color spaces of #ceab82

RGB 206171130
HSL0.090.440.66
HSV32°37°81°
CMYK 0.000.170.37   0.19
XYZ44.045843.859327.2633
Yxy43.85930.38240.3808
Hunter Lab66.22642.820621.9506
CIE-Lab72.13447.034325.8981

#ceab82 color RGB value is (206,171,130).

#ceab82 hex color red value is 206, green value is 171 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ceab82 hue: 0.09 , saturation: 0.44 and the lightness value of ceab82 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101011 10000010
Octal 316 253 202
Decimal 206 171 130
Hex CE AB 82

RGB Percentages of Color #ceab82

%40.63
%33.73
%25.64

CMYK Percentages of Color #ceab82

%0
%17
%37
%19

Triadic Colors of #ceab82

#ceab82 #82ceab #ab82ce

Analogous Colors of #ceab82

#ceab82 #cbce82 #ce8582

Monochromatic Colors of #ceab82

#ceab82

Complementary Color

#ceab82 #82a5ce

#ceab82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceab82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceab82 Color CSS Codes

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

#ceab82 Text Font Color

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

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


#ceab82 Background Color

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

This div background color is #ceab82


#ceab82 Border Color

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

This div border color is #ceab82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceab82


Comments

No comments written yet.

Please login to write comment.