Color Hex Logo

#cead2f Color Hex

#CEAD2F
(206,173,47)
0 Favorites   0 Comments

Color spaces of #cead2f

RGB 20617347
HSL0.130.630.50
HSV48°77°81°
CMYK 0.000.160.77   0.19
XYZ40.910343.21428.8743
Yxy43.21420.43990.4647
Hunter Lab65.7375-3.955138.0123
CIE-Lab71.7001-0.502364.4933

#cead2f color RGB value is (206,173,47).

#cead2f hex color red value is 206, green value is 173 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cead2f hue: 0.13 , saturation: 0.63 and the lightness value of cead2f is 0.50.

The process color (four color CMYK) of #cead2f color hex is 0.00, 0.16, 0.77, 0.19. Web safe color of #cead2f is #cc9933. Color #cead2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 00101111
Octal 316 255 57
Decimal 206 173 47
Hex CE AD 2F

RGB Percentages of Color #cead2f

%48.36
%40.61
%11.03

CMYK Percentages of Color #cead2f

%0
%16
%77
%19

Triadic Colors of #cead2f

#cead2f #2fcead #ad2fce

Analogous Colors of #cead2f

#cead2f #a0ce2f #ce5e2f

Monochromatic Colors of #cead2f

#cead2f

Complementary Color

#cead2f #2f50ce

#cead2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cead2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cead2f Color CSS Codes

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

#cead2f Text Font Color

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

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


#cead2f Background Color

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

This div background color is #cead2f


#cead2f Border Color

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

This div border color is #cead2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cead2f


Comments

No comments written yet.

Please login to write comment.