Color Hex Logo

#ed651b Color Hex

#ED651B
(237,101,27)
0 Favorites   0 Comments

Color spaces of #ed651b

RGB 23710127
HSL0.060.850.52
HSV21°89°93°
CMYK 0.000.570.89   0.07
XYZ39.776627.39104.2274
Yxy27.39100.55710.3837
Hunter Lab52.336444.074431.8464
CIE-Lab59.334549.277862.1644

#ed651b color RGB value is (237,101,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100101 00011011
Octal 355 145 33
Decimal 237 101 27
Hex ED 65 1B

RGB Percentages of Color #ed651b

%64.93
%27.67
%7.40

CMYK Percentages of Color #ed651b

%0
%57
%89
%7

Triadic Colors of #ed651b

#ed651b #1bed65 #651bed

Analogous Colors of #ed651b

#ed651b #edce1b #ed1b3a

Monochromatic Colors of #ed651b

#ed651b

Complementary Color

#ed651b #1ba3ed

#ed651b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed651b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed651b Color CSS Codes

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

#ed651b Text Font Color

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

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


#ed651b Background Color

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

This div background color is #ed651b


#ed651b Border Color

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

This div border color is #ed651b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed651b


Comments

No comments written yet.

Please login to write comment.