Color Hex Logo

#edab68 Color Hex

#EDAB68
(237,171,104)
0 Favorites   0 Comments

Color spaces of #edab68

RGB 237171104
HSL0.080.790.67
HSV30°56°93°
CMYK 0.000.280.56   0.07
XYZ51.986748.129819.6467
Yxy48.12980.43410.4019
Hunter Lab69.375612.351831.7724
CIE-Lab74.906717.064643.7198

#edab68 color RGB value is (237,171,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 01101000
Octal 355 253 150
Decimal 237 171 104
Hex ED AB 68

RGB Percentages of Color #edab68

%46.29
%33.40
%20.31

CMYK Percentages of Color #edab68

%0
%28
%56
%7

Triadic Colors of #edab68

#edab68 #68edab #ab68ed

Analogous Colors of #edab68

#edab68 #eded68 #ed6968

Monochromatic Colors of #edab68

#edab68

Complementary Color

#edab68 #68aaed

#edab68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab68 Color CSS Codes

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

#edab68 Text Font Color

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

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


#edab68 Background Color

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

This div background color is #edab68


#edab68 Border Color

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

This div border color is #edab68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab68


Comments

No comments written yet.

Please login to write comment.