Color Hex Logo

#cea127 Color Hex

#CEA127
(206,161,39)
0 Favorites   0 Comments

Color spaces of #cea127

RGB 20616139
HSL0.120.680.48
HSV44°81°81°
CMYK 0.000.220.81   0.19
XYZ38.564738.75807.3679
Yxy38.75800.45540.4576
Hunter Lab62.25591.624736.5623
CIE-Lab68.57565.608064.3200

#cea127 color RGB value is (206,161,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 00100111
Octal 316 241 47
Decimal 206 161 39
Hex CE A1 27

RGB Percentages of Color #cea127

%50.74
%39.66
%9.61

CMYK Percentages of Color #cea127

%0
%22
%81
%19

Triadic Colors of #cea127

#cea127 #27cea1 #a127ce

Analogous Colors of #cea127

#cea127 #a8ce27 #ce4e27

Monochromatic Colors of #cea127

#cea127

Complementary Color

#cea127 #2754ce

#cea127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea127 Color CSS Codes

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

#cea127 Text Font Color

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

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


#cea127 Background Color

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

This div background color is #cea127


#cea127 Border Color

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

This div border color is #cea127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea127


Comments

No comments written yet.

Please login to write comment.