Color Hex Logo

#cea921 Color Hex

#CEA921
(206,169,33)
0 Favorites   0 Comments

Color spaces of #cea921

RGB 20616933
HSL0.130.720.47
HSV47°84°81°
CMYK 0.000.180.84   0.19
XYZ39.916141.60767.3661
Yxy41.60760.44910.4681
Hunter Lab64.5040-2.423238.3821
CIE-Lab70.59951.158467.8161

#cea921 color RGB value is (206,169,33).

#cea921 hex color red value is 206, green value is 169 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cea921 hue: 0.13 , saturation: 0.72 and the lightness value of cea921 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 00100001
Octal 316 251 41
Decimal 206 169 33
Hex CE A9 21

RGB Percentages of Color #cea921

%50.49
%41.42
%8.09

CMYK Percentages of Color #cea921

%0
%18
%84
%19

Triadic Colors of #cea921

#cea921 #21cea9 #a921ce

Analogous Colors of #cea921

#cea921 #9dce21 #ce5321

Monochromatic Colors of #cea921

#cea921

Complementary Color

#cea921 #2146ce

#cea921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea921 Color CSS Codes

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

#cea921 Text Font Color

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

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


#cea921 Background Color

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

This div background color is #cea921


#cea921 Border Color

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

This div border color is #cea921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea921


Comments

No comments written yet.

Please login to write comment.