Color Hex Logo

#ed944b Color Hex

#ED944B
(237,148,75)
0 Favorites   0 Comments

Color spaces of #ed944b

RGB 23714875
HSL0.080.820.61
HSV27°68°93°
CMYK 0.000.380.68   0.07
XYZ46.785039.692311.8522
Yxy39.69230.47580.4037
Hunter Lab63.001822.300532.9474
CIE-Lab69.249827.327851.4884

#ed944b color RGB value is (237,148,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 01001011
Octal 355 224 113
Decimal 237 148 75
Hex ED 94 4B

RGB Percentages of Color #ed944b

%51.52
%32.17
%16.30

CMYK Percentages of Color #ed944b

%0
%38
%68
%7

Triadic Colors of #ed944b

#ed944b #4bed94 #944bed

Analogous Colors of #ed944b

#ed944b #ede54b #ed4b53

Monochromatic Colors of #ed944b

#ed944b

Complementary Color

#ed944b #4ba4ed

#ed944b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed944b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed944b Color CSS Codes

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

#ed944b Text Font Color

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

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


#ed944b Background Color

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

This div background color is #ed944b


#ed944b Border Color

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

This div border color is #ed944b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed944b


Comments

No comments written yet.

Please login to write comment.