Color Hex Logo

#cea20a Color Hex

#CEA20A
(206,162,10)
0 Favorites   0 Comments

Color spaces of #cea20a

RGB 20616210
HSL0.130.910.42
HSV47°95°81°
CMYK 0.000.210.95   0.19
XYZ38.428738.98445.7865
Yxy38.98440.46190.4686
Hunter Lab62.43750.596638.2114
CIE-Lab68.74004.463970.9096

#cea20a color RGB value is (206,162,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100010 00001010
Octal 316 242 12
Decimal 206 162 10
Hex CE A2 A

RGB Percentages of Color #cea20a

%54.50
%42.86
%2.65

CMYK Percentages of Color #cea20a

%0
%21
%95
%19

Triadic Colors of #cea20a

#cea20a #0acea2 #a20ace

Analogous Colors of #cea20a

#cea20a #98ce0a #ce400a

Monochromatic Colors of #cea20a

#cea20a

Complementary Color

#cea20a #0a36ce

#cea20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea20a Color CSS Codes

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

#cea20a Text Font Color

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

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


#cea20a Background Color

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

This div background color is #cea20a


#cea20a Border Color

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

This div border color is #cea20a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,162,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 #cea20a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea20a


Comments

No comments written yet.

Please login to write comment.