Color Hex Logo

#cea414 Color Hex

#CEA414
(206,164,20)
0 Favorites   0 Comments

Color spaces of #cea414

RGB 20616420
HSL0.130.820.44
HSV46°90°81°
CMYK 0.000.200.90   0.19
XYZ38.855339.72326.2813
Yxy39.72320.45790.4681
Hunter Lab63.0263-0.252138.2095
CIE-Lab69.27193.534169.7419

#cea414 color RGB value is (206,164,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 00010100
Octal 316 244 24
Decimal 206 164 20
Hex CE A4 14

RGB Percentages of Color #cea414

%52.82
%42.05
%5.13

CMYK Percentages of Color #cea414

%0
%20
%90
%19

Triadic Colors of #cea414

#cea414 #14cea4 #a414ce

Analogous Colors of #cea414

#cea414 #9bce14 #ce4714

Monochromatic Colors of #cea414

#cea414

Complementary Color

#cea414 #143ece

#cea414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea414 Color CSS Codes

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

#cea414 Text Font Color

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

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


#cea414 Background Color

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

This div background color is #cea414


#cea414 Border Color

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

This div border color is #cea414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea414


Comments

No comments written yet.

Please login to write comment.