Color Hex Logo

#ceaa5e Color Hex

#CEAA5E
(206,170,94)
0 Favorites   0 Comments

Color spaces of #ceaa5e

RGB 20617094
HSL0.110.530.59
HSV41°54°81°
CMYK 0.000.170.54   0.19
XYZ41.848742.679416.6220
Yxy42.67940.41370.4219
Hunter Lab65.32950.016830.6453
CIE-Lab71.33683.928343.6906

#ceaa5e color RGB value is (206,170,94).

#ceaa5e hex color red value is 206, green value is 170 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ceaa5e hue: 0.11 , saturation: 0.53 and the lightness value of ceaa5e is 0.59.

The process color (four color CMYK) of #ceaa5e color hex is 0.00, 0.17, 0.54, 0.19. Web safe color of #ceaa5e is #cc9966. Color #ceaa5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 01011110
Octal 316 252 136
Decimal 206 170 94
Hex CE AA 5E

RGB Percentages of Color #ceaa5e

%43.83
%36.17
%20.00

CMYK Percentages of Color #ceaa5e

%0
%17
%54
%19

Triadic Colors of #ceaa5e

#ceaa5e #5eceaa #aa5ece

Analogous Colors of #ceaa5e

#ceaa5e #bace5e #ce725e

Monochromatic Colors of #ceaa5e

#ceaa5e

Complementary Color

#ceaa5e #5e82ce

#ceaa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa5e Color CSS Codes

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

#ceaa5e Text Font Color

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

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


#ceaa5e Background Color

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

This div background color is #ceaa5e


#ceaa5e Border Color

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

This div border color is #ceaa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa5e


Comments

No comments written yet.

Please login to write comment.