Color Hex Logo

#cea46e Color Hex

#CEA46E
(206,164,110)
0 Favorites   0 Comments

Color spaces of #cea46e

RGB 206164110
HSL0.090.490.62
HSV34°47°81°
CMYK 0.000.200.47   0.19
XYZ41.543540.798520.4372
Yxy40.79850.40420.3970
Hunter Lab63.87374.317525.7410
CIE-Lab70.03458.614833.8235

#cea46e color RGB value is (206,164,110).

#cea46e hex color red value is 206, green value is 164 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cea46e hue: 0.09 , saturation: 0.49 and the lightness value of cea46e is 0.62.

The process color (four color CMYK) of #cea46e color hex is 0.00, 0.20, 0.47, 0.19. Web safe color of #cea46e is #cc9966. Color #cea46e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 01101110
Octal 316 244 156
Decimal 206 164 110
Hex CE A4 6E

RGB Percentages of Color #cea46e

%42.92
%34.17
%22.92

CMYK Percentages of Color #cea46e

%0
%20
%47
%19

Triadic Colors of #cea46e

#cea46e #6ecea4 #a46ece

Analogous Colors of #cea46e

#cea46e #c8ce6e #ce746e

Monochromatic Colors of #cea46e

#cea46e

Complementary Color

#cea46e #6e98ce

#cea46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea46e Color CSS Codes

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

#cea46e Text Font Color

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

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


#cea46e Background Color

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

This div background color is #cea46e


#cea46e Border Color

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

This div border color is #cea46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea46e


Comments

No comments written yet.

Please login to write comment.