Color Hex Logo

#ed671b Color Hex

#ED671B
(237,103,27)
0 Favorites   0 Comments

Color spaces of #ed671b

RGB 23710327
HSL0.060.850.52
HSV22°89°93°
CMYK 0.000.570.89   0.07
XYZ39.973127.78424.2930
Yxy27.78420.55480.3856
Hunter Lab52.710743.121532.0687
CIE-Lab59.693348.346362.4344

#ed671b color RGB value is (237,103,27).

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

The process color (four color CMYK) of #ed671b color hex is 0.00, 0.57, 0.89, 0.07. Web safe color of #ed671b is #ff6633. Color #ed671b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 00011011
Octal 355 147 33
Decimal 237 103 27
Hex ED 67 1B

RGB Percentages of Color #ed671b

%64.58
%28.07
%7.36

CMYK Percentages of Color #ed671b

%0
%57
%89
%7

Triadic Colors of #ed671b

#ed671b #1bed67 #671bed

Analogous Colors of #ed671b

#ed671b #edd01b #ed1b38

Monochromatic Colors of #ed671b

#ed671b

Complementary Color

#ed671b #1ba1ed

#ed671b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed671b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed671b Color CSS Codes

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

#ed671b Text Font Color

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

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


#ed671b Background Color

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

This div background color is #ed671b


#ed671b Border Color

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

This div border color is #ed671b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed671b


Comments

No comments written yet.

Please login to write comment.