Color Hex Logo

#ed825f Color Hex

#ED825F
(237,130,95)
0 Favorites   0 Comments

Color spaces of #ed825f

RGB 23713095
HSL0.040.800.65
HSV15°60°93°
CMYK 0.000.450.60   0.07
XYZ44.973234.796015.1724
Yxy34.79600.47370.3665
Hunter Lab58.988132.861126.0417
CIE-Lab65.589537.941536.9837

#ed825f color RGB value is (237,130,95).

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

The process color (four color CMYK) of #ed825f color hex is 0.00, 0.45, 0.60, 0.07. Web safe color of #ed825f is #ff9966. Color #ed825f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000010 01011111
Octal 355 202 137
Decimal 237 130 95
Hex ED 82 5F

RGB Percentages of Color #ed825f

%51.30
%28.14
%20.56

CMYK Percentages of Color #ed825f

%0
%45
%60
%7

Triadic Colors of #ed825f

#ed825f #5fed82 #825fed

Analogous Colors of #ed825f

#ed825f #edc95f #ed5f83

Monochromatic Colors of #ed825f

#ed825f

Complementary Color

#ed825f #5fcaed

#ed825f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed825f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed825f Color CSS Codes

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

#ed825f Text Font Color

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

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


#ed825f Background Color

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

This div background color is #ed825f


#ed825f Border Color

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

This div border color is #ed825f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed825f


Comments

No comments written yet.

Please login to write comment.