Color Hex Logo

#ed630b Color Hex

#ED630B
(237,99,11)
0 Favorites   0 Comments

Color spaces of #ed630b

RGB 2379911
HSL0.060.910.49
HSV23°95°93°
CMYK 0.000.580.95   0.07
XYZ39.447326.95243.4398
Yxy26.95240.56480.3859
Hunter Lab51.915744.777832.4126
CIE-Lab58.930249.985465.9652

#ed630b color RGB value is (237,99,11).

#ed630b hex color red value is 237, green value is 99 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ed630b hue: 0.06 , saturation: 0.91 and the lightness value of ed630b is 0.49.

The process color (four color CMYK) of #ed630b color hex is 0.00, 0.58, 0.95, 0.07. Web safe color of #ed630b is #ff6600. Color #ed630b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100011 00001011
Octal 355 143 13
Decimal 237 99 11
Hex ED 63 B

RGB Percentages of Color #ed630b

%68.30
%28.53
%3.17

CMYK Percentages of Color #ed630b

%0
%58
%95
%7

Triadic Colors of #ed630b

#ed630b #0bed63 #630bed

Analogous Colors of #ed630b

#ed630b #edd40b #ed0b24

Monochromatic Colors of #ed630b

#ed630b

Complementary Color

#ed630b #0b95ed

#ed630b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed630b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed630b Color CSS Codes

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

#ed630b Text Font Color

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

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


#ed630b Background Color

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

This div background color is #ed630b


#ed630b Border Color

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

This div border color is #ed630b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed630b


Comments

No comments written yet.

Please login to write comment.