Color Hex Logo

#cea31e Color Hex

#CEA31E
(206,163,30)
0 Favorites   0 Comments

Color spaces of #cea31e

RGB 20616330
HSL0.130.750.46
HSV45°85°81°
CMYK 0.000.210.85   0.19
XYZ38.785139.40996.7910
Yxy39.40990.45640.4637
Hunter Lab62.77730.420737.5304
CIE-Lab69.04724.279367.3182

#cea31e color RGB value is (206,163,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100011 00011110
Octal 316 243 36
Decimal 206 163 30
Hex CE A3 1E

RGB Percentages of Color #cea31e

%51.63
%40.85
%7.52

CMYK Percentages of Color #cea31e

%0
%21
%85
%19

Triadic Colors of #cea31e

#cea31e #1ecea3 #a31ece

Analogous Colors of #cea31e

#cea31e #a1ce1e #ce4b1e

Monochromatic Colors of #cea31e

#cea31e

Complementary Color

#cea31e #1e49ce

#cea31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea31e Color CSS Codes

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

#cea31e Text Font Color

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

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


#cea31e Background Color

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

This div background color is #cea31e


#cea31e Border Color

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

This div border color is #cea31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea31e


Comments

No comments written yet.

Please login to write comment.