Color Hex Logo

#eb702d Color Hex

#EB702D
(235,112,45)
0 Favorites   0 Comments

Color spaces of #eb702d

RGB 23511245
HSL0.060.830.55
HSV21°81°92°
CMYK 0.000.520.81   0.08
XYZ40.528829.44006.0290
Yxy29.44000.53330.3874
Hunter Lab54.258638.379031.3930
CIE-Lab61.168043.717656.8184

#eb702d color RGB value is (235,112,45).

#eb702d hex color red value is 235, green value is 112 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eb702d hue: 0.06 , saturation: 0.83 and the lightness value of eb702d is 0.55.

The process color (four color CMYK) of #eb702d color hex is 0.00, 0.52, 0.81, 0.08. Web safe color of #eb702d is #ff6633. Color #eb702d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110000 00101101
Octal 353 160 55
Decimal 235 112 45
Hex EB 70 2D

RGB Percentages of Color #eb702d

%59.95
%28.57
%11.48

CMYK Percentages of Color #eb702d

%0
%52
%81
%8

Triadic Colors of #eb702d

#eb702d #2deb70 #702deb

Analogous Colors of #eb702d

#eb702d #ebcf2d #eb2d49

Monochromatic Colors of #eb702d

#eb702d

Complementary Color

#eb702d #2da8eb

#eb702d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb702d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb702d Color CSS Codes

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

#eb702d Text Font Color

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

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


#eb702d Background Color

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

This div background color is #eb702d


#eb702d Border Color

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

This div border color is #eb702d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,112,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb702d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb702d;
  -webkit-box-shadow: 1px 1px 3px 2px #eb702d;
  box-shadow:         1px 1px 3px 2px #eb702d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,112,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb702d


Comments

No comments written yet.

Please login to write comment.