Color Hex Logo

#cead1c Color Hex

#CEAD1C
(206,173,28)
0 Favorites   0 Comments

Color spaces of #cead1c

RGB 20617328
HSL0.140.760.46
HSV49°86°81°
CMYK 0.000.160.86   0.19
XYZ40.606843.09287.2761
Yxy43.09280.44630.4737
Hunter Lab65.6451-4.462339.3799
CIE-Lab71.6179-1.083869.9052

#cead1c color RGB value is (206,173,28).

#cead1c hex color red value is 206, green value is 173 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cead1c hue: 0.14 , saturation: 0.76 and the lightness value of cead1c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 00011100
Octal 316 255 34
Decimal 206 173 28
Hex CE AD 1C

RGB Percentages of Color #cead1c

%50.61
%42.51
%6.88

CMYK Percentages of Color #cead1c

%0
%16
%86
%19

Triadic Colors of #cead1c

#cead1c #1ccead #ad1cce

Analogous Colors of #cead1c

#cead1c #96ce1c #ce541c

Monochromatic Colors of #cead1c

#cead1c

Complementary Color

#cead1c #1c3dce

#cead1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cead1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cead1c Color CSS Codes

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

#cead1c Text Font Color

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

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


#cead1c Background Color

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

This div background color is #cead1c


#cead1c Border Color

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

This div border color is #cead1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cead1c


Comments

No comments written yet.

Please login to write comment.