Color Hex Logo

#ed8103 Color Hex

#ED8103
(237,129,3)
0 Favorites   0 Comments

Color spaces of #ed8103

RGB 2371293
HSL0.090.980.47
HSV32°99°93°
CMYK 0.000.460.99   0.07
XYZ42.791733.71164.3378
Yxy33.71160.52930.4170
Hunter Lab58.061729.947336.2136
CIE-Lab64.733035.229070.8876

#ed8103 color RGB value is (237,129,3).

#ed8103 hex color red value is 237, green value is 129 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ed8103 hue: 0.09 , saturation: 0.98 and the lightness value of ed8103 is 0.47.

The process color (four color CMYK) of #ed8103 color hex is 0.00, 0.46, 0.99, 0.07. Web safe color of #ed8103 is #ff9900. Color #ed8103 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000001 00000011
Octal 355 201 3
Decimal 237 129 3
Hex ED 81 3

RGB Percentages of Color #ed8103

%64.23
%34.96
%0.81

CMYK Percentages of Color #ed8103

%0
%46
%99
%7

Triadic Colors of #ed8103

#ed8103 #03ed81 #8103ed

Analogous Colors of #ed8103

#ed8103 #e4ed03 #ed0c03

Monochromatic Colors of #ed8103

#ed8103

Complementary Color

#ed8103 #036fed

#ed8103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8103 Color CSS Codes

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

#ed8103 Text Font Color

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

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


#ed8103 Background Color

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

This div background color is #ed8103


#ed8103 Border Color

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

This div border color is #ed8103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8103


Comments

No comments written yet.

Please login to write comment.