Color Hex Logo

#edad69 Color Hex

#EDAD69
(237,173,105)
0 Favorites   0 Comments

Color spaces of #edad69

RGB 237173105
HSL0.090.790.67
HSV31°56°93°
CMYK 0.000.270.56   0.07
XYZ52.418448.911620.0427
Yxy48.91160.43190.4030
Hunter Lab69.936811.398231.9643
CIE-Lab75.396316.083143.8096

#edad69 color RGB value is (237,173,105).

#edad69 hex color red value is 237, green value is 173 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #edad69 hue: 0.09 , saturation: 0.79 and the lightness value of edad69 is 0.67.

The process color (four color CMYK) of #edad69 color hex is 0.00, 0.27, 0.56, 0.07. Web safe color of #edad69 is #ff9966. Color #edad69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 01101001
Octal 355 255 151
Decimal 237 173 105
Hex ED AD 69

RGB Percentages of Color #edad69

%46.02
%33.59
%20.39

CMYK Percentages of Color #edad69

%0
%27
%56
%7

Triadic Colors of #edad69

#edad69 #69edad #ad69ed

Analogous Colors of #edad69

#edad69 #ebed69 #ed6b69

Monochromatic Colors of #edad69

#edad69

Complementary Color

#edad69 #69a9ed

#edad69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edad69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edad69 Color CSS Codes

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

#edad69 Text Font Color

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

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


#edad69 Background Color

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

This div background color is #edad69


#edad69 Border Color

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

This div border color is #edad69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edad69


Comments

No comments written yet.

Please login to write comment.