Color Hex Logo

#ed981b Color Hex

#ED981B
(237,152,27)
0 Favorites   0 Comments

Color spaces of #ed981b

RGB 23715227
HSL0.100.850.52
HSV36°89°93°
CMYK 0.000.360.89   0.07
XYZ46.351140.54016.4190
Yxy40.54010.49670.4345
Hunter Lab63.671118.519438.5925
CIE-Lab69.852523.505870.1822

#ed981b color RGB value is (237,152,27).

#ed981b hex color red value is 237, green value is 152 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ed981b hue: 0.10 , saturation: 0.85 and the lightness value of ed981b is 0.52.

The process color (four color CMYK) of #ed981b color hex is 0.00, 0.36, 0.89, 0.07. Web safe color of #ed981b is #ff9933. Color #ed981b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011000 00011011
Octal 355 230 33
Decimal 237 152 27
Hex ED 98 1B

RGB Percentages of Color #ed981b

%56.97
%36.54
%6.49

CMYK Percentages of Color #ed981b

%0
%36
%89
%7

Triadic Colors of #ed981b

#ed981b #1bed98 #981bed

Analogous Colors of #ed981b

#ed981b #d9ed1b #ed2f1b

Monochromatic Colors of #ed981b

#ed981b

Complementary Color

#ed981b #1b70ed

#ed981b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed981b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed981b Color CSS Codes

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

#ed981b Text Font Color

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

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


#ed981b Background Color

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

This div background color is #ed981b


#ed981b Border Color

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

This div border color is #ed981b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed981b


Comments

No comments written yet.

Please login to write comment.