Color Hex Logo

#ed941b Color Hex

#ED941B
(237,148,27)
0 Favorites   0 Comments

Color spaces of #ed941b

RGB 23714827
HSL0.100.850.52
HSV35°89°93°
CMYK 0.000.380.89   0.07
XYZ45.712839.26356.2062
Yxy39.26350.50130.4306
Hunter Lab62.660620.565137.9901
CIE-Lab68.941725.616769.4817

#ed941b color RGB value is (237,148,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 00011011
Octal 355 224 33
Decimal 237 148 27
Hex ED 94 1B

RGB Percentages of Color #ed941b

%57.52
%35.92
%6.55

CMYK Percentages of Color #ed941b

%0
%38
%89
%7

Triadic Colors of #ed941b

#ed941b #1bed94 #941bed

Analogous Colors of #ed941b

#ed941b #dded1b #ed2b1b

Monochromatic Colors of #ed941b

#ed941b

Complementary Color

#ed941b #1b74ed

#ed941b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed941b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed941b Color CSS Codes

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

#ed941b Text Font Color

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

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


#ed941b Background Color

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

This div background color is #ed941b


#ed941b Border Color

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

This div border color is #ed941b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed941b


Comments

No comments written yet.

Please login to write comment.