color codes Logo

#eb664d color codes

#EB664D
(235,102,77)
0 Favorites   0 Comments

Color spaces of #eb664d

RGB 23510277
HSL0.030.800.61
HSV67°92°
CMYK 0.000.570.67   0.08
XYZ40.351927.700710.2412
Yxy27.70070.51540.3538
Hunter Lab52.631544.748725.3052
CIE-Lab59.617449.853039.4197

#eb664d color RGB value is (235,102,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 01001101
Octal 353 146 115
Decimal 235 102 77
Hex EB 66 4D

RGB Percentages of Color #eb664d

%56.76
%24.64
%18.60

CMYK Percentages of Color #eb664d

%0
%57
%67
%8

Triadic Colors of #eb664d

#eb664d #4deb66 #664deb

Analogous Colors of #eb664d

#eb664d #ebb54d #eb4d83

Monochromatic Colors of #eb664d

#eb664d

Complementary Color

#eb664d #4dd2eb

#eb664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb664d Color CSS Codes

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

#eb664d Text Font Color

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

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


#eb664d Background Color

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

This div background color is #eb664d


#eb664d Border Color

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

This div border color is #eb664d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb664d


Comments

No comments written yet.

Please login to write comment.