Color Hex Logo

#eb874d Color Hex

#EB874D
(235,135,77)
0 Favorites   0 Comments

Color spaces of #eb874d

RGB 23513577
HSL0.060.800.61
HSV22°67°92°
CMYK 0.000.430.67   0.08
XYZ44.264535.525911.5454
Yxy35.52590.48460.3890
Hunter Lab59.603628.256430.2379
CIE-Lab66.156133.442146.9855

#eb874d color RGB value is (235,135,77).

#eb874d hex color red value is 235, green value is 135 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #eb874d hue: 0.06 , saturation: 0.80 and the lightness value of eb874d is 0.61.

The process color (four color CMYK) of #eb874d color hex is 0.00, 0.43, 0.67, 0.08. Web safe color of #eb874d is #ff9966. Color #eb874d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000111 01001101
Octal 353 207 115
Decimal 235 135 77
Hex EB 87 4D

RGB Percentages of Color #eb874d

%52.57
%30.20
%17.23

CMYK Percentages of Color #eb874d

%0
%43
%67
%8

Triadic Colors of #eb874d

#eb874d #4deb87 #874deb

Analogous Colors of #eb874d

#eb874d #ebd64d #eb4d62

Monochromatic Colors of #eb874d

#eb874d

Complementary Color

#eb874d #4db1eb

#eb874d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb874d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb874d Color CSS Codes

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

#eb874d Text Font Color

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

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


#eb874d Background Color

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

This div background color is #eb874d


#eb874d Border Color

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

This div border color is #eb874d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb874d


Comments

No comments written yet.

Please login to write comment.