Color Hex Logo

#cea64f Color Hex

#CEA64F
(206,166,79)
0 Favorites   0 Comments

Color spaces of #cea64f

RGB 20616679
HSL0.110.560.56
HSV41°62°81°
CMYK 0.000.190.62   0.19
XYZ40.501140.958813.1683
Yxy40.95880.42800.4328
Hunter Lab63.99910.963432.6000
CIE-Lab70.14704.929149.6240

#cea64f color RGB value is (206,166,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 01001111
Octal 316 246 117
Decimal 206 166 79
Hex CE A6 4F

RGB Percentages of Color #cea64f

%45.68
%36.81
%17.52

CMYK Percentages of Color #cea64f

%0
%19
%62
%19

Triadic Colors of #cea64f

#cea64f #4fcea6 #a64fce

Analogous Colors of #cea64f

#cea64f #b7ce4f #ce674f

Monochromatic Colors of #cea64f

#cea64f

Complementary Color

#cea64f #4f77ce

#cea64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea64f Color CSS Codes

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

#cea64f Text Font Color

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

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


#cea64f Background Color

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

This div background color is #cea64f


#cea64f Border Color

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

This div border color is #cea64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea64f


Comments

No comments written yet.

Please login to write comment.