Color Hex Logo

#ceaa4c Color Hex

#CEAA4C
(206,170,76)
0 Favorites   0 Comments

Color spaces of #ceaa4c

RGB 20617076
HSL0.120.570.55
HSV43°63°81°
CMYK 0.000.170.63   0.19
XYZ41.132842.393112.8522
Yxy42.39310.42680.4399
Hunter Lab65.1100-1.176333.8736
CIE-Lab71.14112.590452.1357

#ceaa4c color RGB value is (206,170,76).

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

The process color (four color CMYK) of #ceaa4c color hex is 0.00, 0.17, 0.63, 0.19. Web safe color of #ceaa4c is #cc9933. Color #ceaa4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 01001100
Octal 316 252 114
Decimal 206 170 76
Hex CE AA 4C

RGB Percentages of Color #ceaa4c

%45.58
%37.61
%16.81

CMYK Percentages of Color #ceaa4c

%0
%17
%63
%19

Triadic Colors of #ceaa4c

#ceaa4c #4cceaa #aa4cce

Analogous Colors of #ceaa4c

#ceaa4c #b1ce4c #ce694c

Monochromatic Colors of #ceaa4c

#ceaa4c

Complementary Color

#ceaa4c #4c70ce

#ceaa4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa4c Color CSS Codes

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

#ceaa4c Text Font Color

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

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


#ceaa4c Background Color

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

This div background color is #ceaa4c


#ceaa4c Border Color

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

This div border color is #ceaa4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa4c


Comments

No comments written yet.

Please login to write comment.