Color Hex Logo

#cea80e Color Hex

#CEA80E
(206,168,14)
0 Favorites   0 Comments

Color spaces of #cea80e

RGB 20616814
HSL0.130.870.43
HSV48°93°81°
CMYK 0.000.180.93   0.19
XYZ39.535541.15886.2762
Yxy41.15880.45460.4733
Hunter Lab64.1551-2.271139.1083
CIE-Lab70.28701.311571.5130

#cea80e color RGB value is (206,168,14).

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

The process color (four color CMYK) of #cea80e color hex is 0.00, 0.18, 0.93, 0.19. Web safe color of #cea80e is #cc9900. Color #cea80e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 00001110
Octal 316 250 16
Decimal 206 168 14
Hex CE A8 E

RGB Percentages of Color #cea80e

%53.09
%43.30
%3.61

CMYK Percentages of Color #cea80e

%0
%18
%93
%19

Triadic Colors of #cea80e

#cea80e #0ecea8 #a80ece

Analogous Colors of #cea80e

#cea80e #94ce0e #ce480e

Monochromatic Colors of #cea80e

#cea80e

Complementary Color

#cea80e #0e34ce

#cea80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea80e Color CSS Codes

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

#cea80e Text Font Color

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

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


#cea80e Background Color

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

This div background color is #cea80e


#cea80e Border Color

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

This div border color is #cea80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea80e


Comments

No comments written yet.

Please login to write comment.