Color Hex Logo

#cea11e Color Hex

#CEA11E
(206,161,30)
0 Favorites   0 Comments

Color spaces of #cea11e

RGB 20616130
HSL0.120.750.46
HSV45°85°81°
CMYK 0.000.220.85   0.19
XYZ38.432838.70536.6735
Yxy38.70530.45860.4618
Hunter Lab62.21361.395637.1896
CIE-Lab68.53735.350866.8991

#cea11e color RGB value is (206,161,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 00011110
Octal 316 241 36
Decimal 206 161 30
Hex CE A1 1E

RGB Percentages of Color #cea11e

%51.89
%40.55
%7.56

CMYK Percentages of Color #cea11e

%0
%22
%85
%19

Triadic Colors of #cea11e

#cea11e #1ecea1 #a11ece

Analogous Colors of #cea11e

#cea11e #a3ce1e #ce491e

Monochromatic Colors of #cea11e

#cea11e

Complementary Color

#cea11e #1e4bce

#cea11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea11e Color CSS Codes

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

#cea11e Text Font Color

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

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


#cea11e Background Color

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

This div background color is #cea11e


#cea11e Border Color

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

This div border color is #cea11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea11e


Comments

No comments written yet.

Please login to write comment.