Color Hex Logo

#cea940 Color Hex

#CEA940
(206,169,64)
0 Favorites   0 Comments

Color spaces of #cea940

RGB 20616964
HSL0.120.590.53
HSV44°69°81°
CMYK 0.000.180.69   0.19
XYZ40.567041.867910.7937
Yxy41.86790.43510.4491
Hunter Lab64.7054-1.324035.4034
CIE-Lab70.77972.405957.0581

#cea940 color RGB value is (206,169,64).

#cea940 hex color red value is 206, green value is 169 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cea940 hue: 0.12 , saturation: 0.59 and the lightness value of cea940 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 01000000
Octal 316 251 100
Decimal 206 169 64
Hex CE A9 40

RGB Percentages of Color #cea940

%46.92
%38.50
%14.58

CMYK Percentages of Color #cea940

%0
%18
%69
%19

Triadic Colors of #cea940

#cea940 #40cea9 #a940ce

Analogous Colors of #cea940

#cea940 #acce40 #ce6240

Monochromatic Colors of #cea940

#cea940

Complementary Color

#cea940 #4065ce

#cea940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea940 Color CSS Codes

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

#cea940 Text Font Color

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

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


#cea940 Background Color

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

This div background color is #cea940


#cea940 Border Color

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

This div border color is #cea940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea940


Comments

No comments written yet.

Please login to write comment.