Color Hex Logo

#cea82c Color Hex

#CEA82C
(206,168,44)
0 Favorites   0 Comments

Color spaces of #cea82c

RGB 20616844
HSL0.130.650.49
HSV46°79°81°
CMYK 0.000.180.79   0.19
XYZ39.910941.30898.2528
Yxy41.30890.44610.4617
Hunter Lab64.2720-1.633137.3773
CIE-Lab70.39182.037564.3111

#cea82c color RGB value is (206,168,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 00101100
Octal 316 250 54
Decimal 206 168 44
Hex CE A8 2C

RGB Percentages of Color #cea82c

%49.28
%40.19
%10.53

CMYK Percentages of Color #cea82c

%0
%18
%79
%19

Triadic Colors of #cea82c

#cea82c #2ccea8 #a82cce

Analogous Colors of #cea82c

#cea82c #a3ce2c #ce572c

Monochromatic Colors of #cea82c

#cea82c

Complementary Color

#cea82c #2c52ce

#cea82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea82c Color CSS Codes

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

#cea82c Text Font Color

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

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


#cea82c Background Color

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

This div background color is #cea82c


#cea82c Border Color

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

This div border color is #cea82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea82c


Comments

No comments written yet.

Please login to write comment.