Color Hex Logo

#cea681 Color Hex

#CEA681
(206,166,129)
0 Favorites   0 Comments

Color spaces of #cea681

RGB 206166129
HSL0.080.440.66
HSV29°37°81°
CMYK 0.000.190.37   0.19
XYZ43.052341.979226.6026
Yxy41.97920.38570.3760
Hunter Lab64.79145.224121.0101
CIE-Lab70.85669.610624.7216

#cea681 color RGB value is (206,166,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 10000001
Octal 316 246 201
Decimal 206 166 129
Hex CE A6 81

RGB Percentages of Color #cea681

%41.12
%33.13
%25.75

CMYK Percentages of Color #cea681

%0
%19
%37
%19

Triadic Colors of #cea681

#cea681 #81cea6 #a681ce

Analogous Colors of #cea681

#cea681 #cecd81 #ce8183

Monochromatic Colors of #cea681

#cea681

Complementary Color

#cea681 #81a9ce

#cea681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea681 Color CSS Codes

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

#cea681 Text Font Color

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

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


#cea681 Background Color

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

This div background color is #cea681


#cea681 Border Color

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

This div border color is #cea681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea681


Comments

No comments written yet.

Please login to write comment.