Color Hex Logo

#cea74f Color Hex

#CEA74F
(206,167,79)
0 Favorites   0 Comments

Color spaces of #cea74f

RGB 20616779
HSL0.120.560.56
HSV42°62°81°
CMYK 0.000.190.62   0.19
XYZ40.683641.323813.2292
Yxy41.32380.42720.4339
Hunter Lab64.28360.472232.7970
CIE-Lab70.40224.393649.9117

#cea74f color RGB value is (206,167,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100111 01001111
Octal 316 247 117
Decimal 206 167 79
Hex CE A7 4F

RGB Percentages of Color #cea74f

%45.58
%36.95
%17.48

CMYK Percentages of Color #cea74f

%0
%19
%62
%19

Triadic Colors of #cea74f

#cea74f #4fcea7 #a74fce

Analogous Colors of #cea74f

#cea74f #b6ce4f #ce684f

Monochromatic Colors of #cea74f

#cea74f

Complementary Color

#cea74f #4f76ce

#cea74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea74f Color CSS Codes

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

#cea74f Text Font Color

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

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


#cea74f Background Color

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

This div background color is #cea74f


#cea74f Border Color

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

This div border color is #cea74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea74f


Comments

No comments written yet.

Please login to write comment.