Color Hex Logo

#cea922 Color Hex

#CEA922
(206,169,34)
0 Favorites   0 Comments

Color spaces of #cea922

RGB 20616934
HSL0.130.720.47
HSV47°83°81°
CMYK 0.000.180.83   0.19
XYZ39.930341.61327.4410
Yxy41.61320.44870.4676
Hunter Lab64.5083-2.398938.3167
CIE-Lab70.60341.186067.5475

#cea922 color RGB value is (206,169,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 00100010
Octal 316 251 42
Decimal 206 169 34
Hex CE A9 22

RGB Percentages of Color #cea922

%50.37
%41.32
%8.31

CMYK Percentages of Color #cea922

%0
%18
%83
%19

Triadic Colors of #cea922

#cea922 #22cea9 #a922ce

Analogous Colors of #cea922

#cea922 #9dce22 #ce5322

Monochromatic Colors of #cea922

#cea922

Complementary Color

#cea922 #2247ce

#cea922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea922 Color CSS Codes

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

#cea922 Text Font Color

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

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


#cea922 Background Color

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

This div background color is #cea922


#cea922 Border Color

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

This div border color is #cea922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea922


Comments

No comments written yet.

Please login to write comment.