Color Hex Logo

#cea62e Color Hex

#CEA62E
(206,166,46)
0 Favorites   0 Comments

Color spaces of #cea62e

RGB 20616646
HSL0.130.630.49
HSV45°78°81°
CMYK 0.000.190.78   0.19
XYZ39.583040.59158.3335
Yxy40.59150.44720.4586
Hunter Lab63.7115-0.595636.8429
CIE-Lab69.88883.177663.1688

#cea62e color RGB value is (206,166,46).

#cea62e hex color red value is 206, green value is 166 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cea62e hue: 0.13 , saturation: 0.63 and the lightness value of cea62e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 00101110
Octal 316 246 56
Decimal 206 166 46
Hex CE A6 2E

RGB Percentages of Color #cea62e

%49.28
%39.71
%11.00

CMYK Percentages of Color #cea62e

%0
%19
%78
%19

Triadic Colors of #cea62e

#cea62e #2ecea6 #a62ece

Analogous Colors of #cea62e

#cea62e #a6ce2e #ce562e

Monochromatic Colors of #cea62e

#cea62e

Complementary Color

#cea62e #2e56ce

#cea62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea62e Color CSS Codes

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

#cea62e Text Font Color

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

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


#cea62e Background Color

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

This div background color is #cea62e


#cea62e Border Color

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

This div border color is #cea62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea62e


Comments

No comments written yet.

Please login to write comment.