Color Hex Logo

#cea84f Color Hex

#CEA84F
(206,168,79)
0 Favorites   0 Comments

Color spaces of #cea84f

RGB 20616879
HSL0.120.560.56
HSV42°62°81°
CMYK 0.000.180.62   0.19
XYZ40.867541.691613.2905
Yxy41.69160.42640.4350
Hunter Lab64.5690-0.018332.9944
CIE-Lab70.65783.858950.1996

#cea84f color RGB value is (206,168,79).

#cea84f hex color red value is 206, green value is 168 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cea84f hue: 0.12 , saturation: 0.56 and the lightness value of cea84f is 0.56.

The process color (four color CMYK) of #cea84f color hex is 0.00, 0.18, 0.62, 0.19. Web safe color of #cea84f is #cc9966. Color #cea84f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 01001111
Octal 316 250 117
Decimal 206 168 79
Hex CE A8 4F

RGB Percentages of Color #cea84f

%45.47
%37.09
%17.44

CMYK Percentages of Color #cea84f

%0
%18
%62
%19

Triadic Colors of #cea84f

#cea84f #4fcea8 #a84fce

Analogous Colors of #cea84f

#cea84f #b5ce4f #ce694f

Monochromatic Colors of #cea84f

#cea84f

Complementary Color

#cea84f #4f75ce

#cea84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea84f Color CSS Codes

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

#cea84f Text Font Color

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

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


#cea84f Background Color

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

This div background color is #cea84f


#cea84f Border Color

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

This div border color is #cea84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea84f


Comments

No comments written yet.

Please login to write comment.