Color Hex Logo

#cea019 Color Hex

#CEA019
(206,160,25)
0 Favorites   0 Comments

Color spaces of #cea019

RGB 20616025
HSL0.120.780.45
HSV45°88°81°
CMYK 0.000.220.88   0.19
XYZ38.199938.33366.3055
Yxy38.33360.46110.4627
Hunter Lab61.91411.781537.3016
CIE-Lab68.26585.772767.9080

#cea019 color RGB value is (206,160,25).

#cea019 hex color red value is 206, green value is 160 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cea019 hue: 0.12 , saturation: 0.78 and the lightness value of cea019 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 00011001
Octal 316 240 31
Decimal 206 160 25
Hex CE A0 19

RGB Percentages of Color #cea019

%52.69
%40.92
%6.39

CMYK Percentages of Color #cea019

%0
%22
%88
%19

Triadic Colors of #cea019

#cea019 #19cea0 #a019ce

Analogous Colors of #cea019

#cea019 #a2ce19 #ce4619

Monochromatic Colors of #cea019

#cea019

Complementary Color

#cea019 #1947ce

#cea019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea019 Color CSS Codes

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

#cea019 Text Font Color

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

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


#cea019 Background Color

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

This div background color is #cea019


#cea019 Border Color

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

This div border color is #cea019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea019


Comments

No comments written yet.

Please login to write comment.