color codes Logo

#cea41c color codes

#CEA41C
(206,164,28)
0 Favorites   0 Comments

Color spaces of #cea41c

RGB 20616428
HSL0.130.760.46
HSV46°86°81°
CMYK 0.000.200.86   0.19
XYZ38.938739.75666.7201
Yxy39.75660.45590.4655
Hunter Lab63.0528-0.108637.8179
CIE-Lab69.29583.696468.0239

#cea41c color RGB value is (206,164,28).

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

The process color (four color CMYK) of #cea41c color code is 0.00, 0.20, 0.86, 0.19. Web safe color of #cea41c is #cc9933. Color #cea41c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100100 00011100
Octal 316 244 34
Decimal 206 164 28
Hex CE A4 1C

RGB Percentages of Color #cea41c

%51.76
%41.21
%7.04

CMYK Percentages of Color #cea41c

%0
%20
%86
%19

Triadic Colors of #cea41c

#cea41c #1ccea4 #a41cce

Analogous Colors of #cea41c

#cea41c #9fce1c #ce4b1c

Monochromatic Colors of #cea41c

#cea41c

Complementary Color

#cea41c #1c46ce

#cea41c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea41c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea41c Color CSS Codes

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

#cea41c Text Font Color

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

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


#cea41c Background Color

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

This div background color is #cea41c


#cea41c Border Color

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

This div border color is #cea41c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea41c


Comments

No comments written yet.

Please login to write comment.