Color Hex Logo

#ceaa4e Color Hex

#CEAA4E
(206,170,78)
0 Favorites   0 Comments

Color spaces of #ceaa4e

RGB 20617078
HSL0.120.570.56
HSV43°62°81°
CMYK 0.000.170.62   0.19
XYZ41.203542.421313.2242
Yxy42.42130.42540.4380
Hunter Lab65.1316-1.057933.5540
CIE-Lab71.16042.723751.2315

#ceaa4e color RGB value is (206,170,78).

#ceaa4e hex color red value is 206, green value is 170 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ceaa4e hue: 0.12 , saturation: 0.57 and the lightness value of ceaa4e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 01001110
Octal 316 252 116
Decimal 206 170 78
Hex CE AA 4E

RGB Percentages of Color #ceaa4e

%45.37
%37.44
%17.18

CMYK Percentages of Color #ceaa4e

%0
%17
%62
%19

Triadic Colors of #ceaa4e

#ceaa4e #4eceaa #aa4ece

Analogous Colors of #ceaa4e

#ceaa4e #b2ce4e #ce6a4e

Monochromatic Colors of #ceaa4e

#ceaa4e

Complementary Color

#ceaa4e #4e72ce

#ceaa4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa4e Color CSS Codes

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

#ceaa4e Text Font Color

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

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


#ceaa4e Background Color

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

This div background color is #ceaa4e


#ceaa4e Border Color

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

This div border color is #ceaa4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa4e


Comments

No comments written yet.

Please login to write comment.