Color Hex Logo

#eb654d Color Hex

#EB654D
(235,101,77)
0 Favorites   0 Comments

Color spaces of #eb654d

RGB 23510177
HSL0.030.800.61
HSV67°92°
CMYK 0.000.570.67   0.08
XYZ40.254227.505410.2086
Yxy27.50540.51630.3528
Hunter Lab52.445645.226525.1710
CIE-Lab59.439250.317339.2092

#eb654d color RGB value is (235,101,77).

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

The process color (four color CMYK) of #eb654d color hex is 0.00, 0.57, 0.67, 0.08. Web safe color of #eb654d is #ff6666. Color #eb654d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 01001101
Octal 353 145 115
Decimal 235 101 77
Hex EB 65 4D

RGB Percentages of Color #eb654d

%56.90
%24.46
%18.64

CMYK Percentages of Color #eb654d

%0
%57
%67
%8

Triadic Colors of #eb654d

#eb654d #4deb65 #654deb

Analogous Colors of #eb654d

#eb654d #ebb44d #eb4d84

Monochromatic Colors of #eb654d

#eb654d

Complementary Color

#eb654d #4dd3eb

#eb654d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb654d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb654d Color CSS Codes

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

#eb654d Text Font Color

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

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


#eb654d Background Color

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

This div background color is #eb654d


#eb654d Border Color

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

This div border color is #eb654d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb654d


Comments

No comments written yet.

Please login to write comment.