Color Hex Logo

#edac75 Color Hex

#EDAC75
(237,172,117)
0 Favorites   0 Comments

Color spaces of #edac75

RGB 237172117
HSL0.080.770.69
HSV28°51°93°
CMYK 0.000.270.51   0.07
XYZ52.888548.793923.4603
Yxy48.79390.42260.3899
Hunter Lab69.852612.908128.9840
CIE-Lab75.322917.621537.5528

#edac75 color RGB value is (237,172,117).

#edac75 hex color red value is 237, green value is 172 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #edac75 hue: 0.08 , saturation: 0.77 and the lightness value of edac75 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 01110101
Octal 355 254 165
Decimal 237 172 117
Hex ED AC 75

RGB Percentages of Color #edac75

%45.06
%32.70
%22.24

CMYK Percentages of Color #edac75

%0
%27
%51
%7

Triadic Colors of #edac75

#edac75 #75edac #ac75ed

Analogous Colors of #edac75

#edac75 #ede875 #ed757a

Monochromatic Colors of #edac75

#edac75

Complementary Color

#edac75 #75b6ed

#edac75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edac75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edac75 Color CSS Codes

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

#edac75 Text Font Color

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

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


#edac75 Background Color

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

This div background color is #edac75


#edac75 Border Color

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

This div border color is #edac75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edac75


Comments

No comments written yet.

Please login to write comment.