Color Hex Logo

#ceaa0a Color Hex

#CEAA0A
(206,170,10)
0 Favorites   0 Comments

Color spaces of #ceaa0a

RGB 20617010
HSL0.140.910.42
HSV49°95°81°
CMYK 0.000.170.95   0.19
XYZ39.883141.89326.2713
Yxy41.89320.45300.4758
Hunter Lab64.7250-3.278139.5628
CIE-Lab70.79720.203172.4127

#ceaa0a color RGB value is (206,170,10).

#ceaa0a hex color red value is 206, green value is 170 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ceaa0a hue: 0.14 , saturation: 0.91 and the lightness value of ceaa0a is 0.42.

The process color (four color CMYK) of #ceaa0a color hex is 0.00, 0.17, 0.95, 0.19. Web safe color of #ceaa0a is #cc9900. Color #ceaa0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101010 00001010
Octal 316 252 12
Decimal 206 170 10
Hex CE AA A

RGB Percentages of Color #ceaa0a

%53.37
%44.04
%2.59

CMYK Percentages of Color #ceaa0a

%0
%17
%95
%19

Triadic Colors of #ceaa0a

#ceaa0a #0aceaa #aa0ace

Analogous Colors of #ceaa0a

#ceaa0a #90ce0a #ce480a

Monochromatic Colors of #ceaa0a

#ceaa0a

Complementary Color

#ceaa0a #0a2ece

#ceaa0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaa0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaa0a Color CSS Codes

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

#ceaa0a Text Font Color

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

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


#ceaa0a Background Color

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

This div background color is #ceaa0a


#ceaa0a Border Color

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

This div border color is #ceaa0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaa0a


Comments

No comments written yet.

Please login to write comment.