Color Hex Logo

#cea927 Color Hex

#CEA927
(206,169,39)
0 Favorites   0 Comments

Color spaces of #cea927

RGB 20616939
HSL0.130.680.48
HSV47°81°81°
CMYK 0.000.180.81   0.19
XYZ40.007841.64427.8490
Yxy41.64420.44700.4653
Hunter Lab64.5323-2.267737.9612
CIE-Lab70.62491.335566.1166

#cea927 color RGB value is (206,169,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 00100111
Octal 316 251 47
Decimal 206 169 39
Hex CE A9 27

RGB Percentages of Color #cea927

%49.76
%40.82
%9.42

CMYK Percentages of Color #cea927

%0
%18
%81
%19

Triadic Colors of #cea927

#cea927 #27cea9 #a927ce

Analogous Colors of #cea927

#cea927 #a0ce27 #ce5527

Monochromatic Colors of #cea927

#cea927

Complementary Color

#cea927 #274cce

#cea927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea927 Color CSS Codes

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

#cea927 Text Font Color

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

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


#cea927 Background Color

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

This div background color is #cea927


#cea927 Border Color

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

This div border color is #cea927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea927


Comments

No comments written yet.

Please login to write comment.