Color Hex Logo

#cea014 Color Hex

#CEA014
(206,160,20)
0 Favorites   0 Comments

Color spaces of #cea014

RGB 20616020
HSL0.130.820.44
HSV45°90°81°
CMYK 0.000.220.90   0.19
XYZ38.150738.31396.0464
Yxy38.31390.46240.4643
Hunter Lab61.89821.695837.5371
CIE-Lab68.25135.676468.9578

#cea014 color RGB value is (206,160,20).

#cea014 hex color red value is 206, green value is 160 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cea014 hue: 0.13 , saturation: 0.82 and the lightness value of cea014 is 0.44.

The process color (four color CMYK) of #cea014 color hex is 0.00, 0.22, 0.90, 0.19. Web safe color of #cea014 is #cc9900. Color #cea014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 00010100
Octal 316 240 24
Decimal 206 160 20
Hex CE A0 14

RGB Percentages of Color #cea014

%53.37
%41.45
%5.18

CMYK Percentages of Color #cea014

%0
%22
%90
%19

Triadic Colors of #cea014

#cea014 #14cea0 #a014ce

Analogous Colors of #cea014

#cea014 #9fce14 #ce4314

Monochromatic Colors of #cea014

#cea014

Complementary Color

#cea014 #1442ce

#cea014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea014 Color CSS Codes

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

#cea014 Text Font Color

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

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


#cea014 Background Color

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

This div background color is #cea014


#cea014 Border Color

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

This div border color is #cea014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea014


Comments

No comments written yet.

Please login to write comment.