Color Hex Logo

#cea82e Color Hex

#CEA82E
(206,168,46)
0 Favorites   0 Comments

Color spaces of #cea82e

RGB 20616846
HSL0.130.630.49
HSV46°78°81°
CMYK 0.000.180.78   0.19
XYZ39.949441.32438.4556
Yxy41.32430.44520.4605
Hunter Lab64.2840-1.567837.2001
CIE-Lab70.40252.111663.6419

#cea82e color RGB value is (206,168,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 00101110
Octal 316 250 56
Decimal 206 168 46
Hex CE A8 2E

RGB Percentages of Color #cea82e

%49.05
%40.00
%10.95

CMYK Percentages of Color #cea82e

%0
%18
%78
%19

Triadic Colors of #cea82e

#cea82e #2ecea8 #a82ece

Analogous Colors of #cea82e

#cea82e #a4ce2e #ce582e

Monochromatic Colors of #cea82e

#cea82e

Complementary Color

#cea82e #2e54ce

#cea82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea82e Color CSS Codes

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

#cea82e Text Font Color

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

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


#cea82e Background Color

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

This div background color is #cea82e


#cea82e Border Color

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

This div border color is #cea82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea82e


Comments

No comments written yet.

Please login to write comment.