Color Hex Logo

#cea03a Color Hex

#CEA03A
(206,160,58)
0 Favorites   0 Comments

Color spaces of #cea03a

RGB 20616058
HSL0.110.600.52
HSV41°72°81°
CMYK 0.000.220.72   0.19
XYZ38.788138.56899.4032
Yxy38.56890.44710.4445
Hunter Lab62.10392.803734.4956
CIE-Lab68.43786.915257.1792

#cea03a color RGB value is (206,160,58).

#cea03a hex color red value is 206, green value is 160 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cea03a hue: 0.11 , saturation: 0.60 and the lightness value of cea03a is 0.52.

The process color (four color CMYK) of #cea03a color hex is 0.00, 0.22, 0.72, 0.19. Web safe color of #cea03a is #cc9933. Color #cea03a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 00111010
Octal 316 240 72
Decimal 206 160 58
Hex CE A0 3A

RGB Percentages of Color #cea03a

%48.58
%37.74
%13.68

CMYK Percentages of Color #cea03a

%0
%22
%72
%19

Triadic Colors of #cea03a

#cea03a #3acea0 #a03ace

Analogous Colors of #cea03a

#cea03a #b2ce3a #ce563a

Monochromatic Colors of #cea03a

#cea03a

Complementary Color

#cea03a #3a68ce

#cea03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea03a Color CSS Codes

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

#cea03a Text Font Color

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

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


#cea03a Background Color

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

This div background color is #cea03a


#cea03a Border Color

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

This div border color is #cea03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea03a


Comments

No comments written yet.

Please login to write comment.