Color Hex Logo

#ed9054 Color Hex

#ED9054
(237,144,84)
0 Favorites   0 Comments

Color spaces of #ed9054

RGB 23714484
HSL0.070.810.63
HSV24°65°93°
CMYK 0.000.390.65   0.07
XYZ46.498538.591113.3856
Yxy38.59110.47220.3919
Hunter Lab62.121724.895330.7098
CIE-Lab68.454029.950446.1640

#ed9054 color RGB value is (237,144,84).

#ed9054 hex color red value is 237, green value is 144 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ed9054 hue: 0.07 , saturation: 0.81 and the lightness value of ed9054 is 0.63.

The process color (four color CMYK) of #ed9054 color hex is 0.00, 0.39, 0.65, 0.07. Web safe color of #ed9054 is #ff9966. Color #ed9054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 01010100
Octal 355 220 124
Decimal 237 144 84
Hex ED 90 54

RGB Percentages of Color #ed9054

%50.97
%30.97
%18.06

CMYK Percentages of Color #ed9054

%0
%39
%65
%7

Triadic Colors of #ed9054

#ed9054 #54ed90 #9054ed

Analogous Colors of #ed9054

#ed9054 #eddd54 #ed5465

Monochromatic Colors of #ed9054

#ed9054

Complementary Color

#ed9054 #54b1ed

#ed9054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9054 Color CSS Codes

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

#ed9054 Text Font Color

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

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


#ed9054 Background Color

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

This div background color is #ed9054


#ed9054 Border Color

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

This div border color is #ed9054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9054


Comments

No comments written yet.

Please login to write comment.