Color Hex Logo

#cea81c Color Hex

#CEA81C
(206,168,28)
0 Favorites   0 Comments

Color spaces of #cea81c

RGB 20616828
HSL0.130.760.46
HSV47°86°81°
CMYK 0.000.180.86   0.19
XYZ39.665841.21096.9625
Yxy41.21090.45160.4692
Hunter Lab64.1957-2.049438.5066
CIE-Lab70.32341.564268.8565

#cea81c color RGB value is (206,168,28).

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

The process color (four color CMYK) of #cea81c color hex is 0.00, 0.18, 0.86, 0.19. Web safe color of #cea81c is #cc9933. Color #cea81c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 00011100
Octal 316 250 34
Decimal 206 168 28
Hex CE A8 1C

RGB Percentages of Color #cea81c

%51.24
%41.79
%6.97

CMYK Percentages of Color #cea81c

%0
%18
%86
%19

Triadic Colors of #cea81c

#cea81c #1ccea8 #a81cce

Analogous Colors of #cea81c

#cea81c #9bce1c #ce4f1c

Monochromatic Colors of #cea81c

#cea81c

Complementary Color

#cea81c #1c42ce

#cea81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea81c Color CSS Codes

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

#cea81c Text Font Color

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

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


#cea81c Background Color

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

This div background color is #cea81c


#cea81c Border Color

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

This div border color is #cea81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea81c


Comments

No comments written yet.

Please login to write comment.