Color Hex Logo

#cead1d Color Hex

#CEAD1D
(206,173,29)
0 Favorites   0 Comments

Color spaces of #cead1d

RGB 20617329
HSL0.140.750.46
HSV49°86°81°
CMYK 0.000.160.86   0.19
XYZ40.618943.09777.3402
Yxy43.09770.44610.4733
Hunter Lab65.6488-4.442239.3250
CIE-Lab71.6212-1.060769.6733

#cead1d color RGB value is (206,173,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 00011101
Octal 316 255 35
Decimal 206 173 29
Hex CE AD 1D

RGB Percentages of Color #cead1d

%50.49
%42.40
%7.11

CMYK Percentages of Color #cead1d

%0
%16
%86
%19

Triadic Colors of #cead1d

#cead1d #1dcead #ad1dce

Analogous Colors of #cead1d

#cead1d #97ce1d #ce551d

Monochromatic Colors of #cead1d

#cead1d

Complementary Color

#cead1d #1d3ece

#cead1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cead1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cead1d Color CSS Codes

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

#cead1d Text Font Color

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

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


#cead1d Background Color

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

This div background color is #cead1d


#cead1d Border Color

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

This div border color is #cead1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cead1d


Comments

No comments written yet.

Please login to write comment.