Color Hex Logo

#ed954b Color Hex

#ED954B
(237,149,75)
0 Favorites   0 Comments

Color spaces of #ed954b

RGB 23714975
HSL0.080.820.61
HSV27°68°93°
CMYK 0.000.370.68   0.07
XYZ46.942540.007411.9047
Yxy40.00740.47490.4047
Hunter Lab63.251421.785133.1169
CIE-Lab69.474826.800551.7355

#ed954b color RGB value is (237,149,75).

#ed954b hex color red value is 237, green value is 149 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ed954b hue: 0.08 , saturation: 0.82 and the lightness value of ed954b is 0.61.

The process color (four color CMYK) of #ed954b color hex is 0.00, 0.37, 0.68, 0.07. Web safe color of #ed954b is #ff9933. Color #ed954b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010101 01001011
Octal 355 225 113
Decimal 237 149 75
Hex ED 95 4B

RGB Percentages of Color #ed954b

%51.41
%32.32
%16.27

CMYK Percentages of Color #ed954b

%0
%37
%68
%7

Triadic Colors of #ed954b

#ed954b #4bed95 #954bed

Analogous Colors of #ed954b

#ed954b #ede64b #ed4b52

Monochromatic Colors of #ed954b

#ed954b

Complementary Color

#ed954b #4ba3ed

#ed954b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed954b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed954b Color CSS Codes

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

#ed954b Text Font Color

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

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


#ed954b Background Color

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

This div background color is #ed954b


#ed954b Border Color

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

This div border color is #ed954b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed954b


Comments

No comments written yet.

Please login to write comment.