Color Hex Logo

#eda275 Color Hex

#EDA275
(237,162,117)
0 Favorites   0 Comments

Color spaces of #eda275

RGB 237162117
HSL0.060.770.69
HSV23°51°93°
CMYK 0.000.320.51   0.07
XYZ51.056345.129522.8495
Yxy45.12950.42890.3791
Hunter Lab67.178518.099326.8586
CIE-Lab72.977122.928034.5579

#eda275 color RGB value is (237,162,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100010 01110101
Octal 355 242 165
Decimal 237 162 117
Hex ED A2 75

RGB Percentages of Color #eda275

%45.93
%31.40
%22.67

CMYK Percentages of Color #eda275

%0
%32
%51
%7

Triadic Colors of #eda275

#eda275 #75eda2 #a275ed

Analogous Colors of #eda275

#eda275 #edde75 #ed7584

Monochromatic Colors of #eda275

#eda275

Complementary Color

#eda275 #75c0ed

#eda275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda275 Color CSS Codes

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

#eda275 Text Font Color

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

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


#eda275 Background Color

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

This div background color is #eda275


#eda275 Border Color

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

This div border color is #eda275


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,162,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 #eda275">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda275


Comments

No comments written yet.

Please login to write comment.