Color Hex Logo

#cead4f Color Hex

#CEAD4F
(206,173,79)
0 Favorites   0 Comments

Color spaces of #cead4f

RGB 20617379
HSL0.120.560.56
HSV44°62°81°
CMYK 0.000.160.62   0.19
XYZ41.808543.573513.6041
Yxy43.57350.42240.4402
Hunter Lab66.0102-2.462433.9880
CIE-Lab71.94251.195851.6404

#cead4f color RGB value is (206,173,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 01001111
Octal 316 255 117
Decimal 206 173 79
Hex CE AD 4F

RGB Percentages of Color #cead4f

%44.98
%37.77
%17.25

CMYK Percentages of Color #cead4f

%0
%16
%62
%19

Triadic Colors of #cead4f

#cead4f #4fcead #ad4fce

Analogous Colors of #cead4f

#cead4f #b0ce4f #ce6e4f

Monochromatic Colors of #cead4f

#cead4f

Complementary Color

#cead4f #4f70ce

#cead4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cead4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cead4f Color CSS Codes

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

#cead4f Text Font Color

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

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


#cead4f Background Color

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

This div background color is #cead4f


#cead4f Border Color

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

This div border color is #cead4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cead4f


Comments

No comments written yet.

Please login to write comment.