Color Hex Logo

#cea63e Color Hex

#CEA63E
(206,166,62)
0 Favorites   0 Comments

Color spaces of #cea63e

RGB 20616662
HSL0.120.600.53
HSV43°70°81°
CMYK 0.000.190.70   0.19
XYZ39.959340.742010.3153
Yxy40.74200.43900.4476
Hunter Lab63.82950.045235.0989
CIE-Lab69.99483.900157.0930

#cea63e color RGB value is (206,166,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 00111110
Octal 316 246 76
Decimal 206 166 62
Hex CE A6 3E

RGB Percentages of Color #cea63e

%47.47
%38.25
%14.29

CMYK Percentages of Color #cea63e

%0
%19
%70
%19

Triadic Colors of #cea63e

#cea63e #3ecea6 #a63ece

Analogous Colors of #cea63e

#cea63e #aece3e #ce5e3e

Monochromatic Colors of #cea63e

#cea63e

Complementary Color

#cea63e #3e66ce

#cea63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea63e Color CSS Codes

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

#cea63e Text Font Color

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

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


#cea63e Background Color

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

This div background color is #cea63e


#cea63e Border Color

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

This div border color is #cea63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea63e


Comments

No comments written yet.

Please login to write comment.