Color Hex Logo

#edab61 Color Hex

#EDAB61
(237,171,97)
0 Favorites   0 Comments

Color spaces of #edab61

RGB 23717197
HSL0.090.800.65
HSV32°59°93°
CMYK 0.000.280.59   0.07
XYZ51.645647.993417.8509
Yxy47.99340.43960.4085
Hunter Lab69.277311.835033.2166
CIE-Lab74.820816.538847.1255

#edab61 color RGB value is (237,171,97).

#edab61 hex color red value is 237, green value is 171 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #edab61 hue: 0.09 , saturation: 0.80 and the lightness value of edab61 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 01100001
Octal 355 253 141
Decimal 237 171 97
Hex ED AB 61

RGB Percentages of Color #edab61

%46.93
%33.86
%19.21

CMYK Percentages of Color #edab61

%0
%28
%59
%7

Triadic Colors of #edab61

#edab61 #61edab #ab61ed

Analogous Colors of #edab61

#edab61 #e9ed61 #ed6561

Monochromatic Colors of #edab61

#edab61

Complementary Color

#edab61 #61a3ed

#edab61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab61 Color CSS Codes

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

#edab61 Text Font Color

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

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


#edab61 Background Color

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

This div background color is #edab61


#edab61 Border Color

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

This div border color is #edab61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab61


Comments

No comments written yet.

Please login to write comment.