Color Hex Logo

#cea62f Color Hex

#CEA62F
(206,166,47)
0 Favorites   0 Comments

Color spaces of #cea62f

RGB 20616647
HSL0.120.630.50
HSV45°77°81°
CMYK 0.000.190.77   0.19
XYZ39.602940.59958.4385
Yxy40.59950.44680.4580
Hunter Lab63.7177-0.561836.7503
CIE-Lab69.89443.215862.8234

#cea62f color RGB value is (206,166,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 00101111
Octal 316 246 57
Decimal 206 166 47
Hex CE A6 2F

RGB Percentages of Color #cea62f

%49.16
%39.62
%11.22

CMYK Percentages of Color #cea62f

%0
%19
%77
%19

Triadic Colors of #cea62f

#cea62f #2fcea6 #a62fce

Analogous Colors of #cea62f

#cea62f #a7ce2f #ce572f

Monochromatic Colors of #cea62f

#cea62f

Complementary Color

#cea62f #2f57ce

#cea62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea62f Color CSS Codes

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

#cea62f Text Font Color

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

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


#cea62f Background Color

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

This div background color is #cea62f


#cea62f Border Color

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

This div border color is #cea62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea62f


Comments

No comments written yet.

Please login to write comment.