Color Hex Logo

#cea40a Color Hex

#CEA40A
(206,164,10)
0 Favorites   0 Comments

Color spaces of #cea40a

RGB 20616410
HSL0.130.910.42
HSV47°95°81°
CMYK 0.000.200.95   0.19
XYZ38.783839.69465.9049
Yxy39.69460.45960.4704
Hunter Lab63.0037-0.375338.5457
CIE-Lab69.25153.394571.2821

#cea40a color RGB value is (206,164,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 00001010
Octal 316 244 12
Decimal 206 164 10
Hex CE A4 A

RGB Percentages of Color #cea40a

%54.21
%43.16
%2.63

CMYK Percentages of Color #cea40a

%0
%20
%95
%19

Triadic Colors of #cea40a

#cea40a #0acea4 #a40ace

Analogous Colors of #cea40a

#cea40a #96ce0a #ce420a

Monochromatic Colors of #cea40a

#cea40a

Complementary Color

#cea40a #0a34ce

#cea40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea40a Color CSS Codes

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

#cea40a Text Font Color

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

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


#cea40a Background Color

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

This div background color is #cea40a


#cea40a Border Color

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

This div border color is #cea40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea40a


Comments

No comments written yet.

Please login to write comment.