Color Hex Logo

#eb663d Color Hex

#EB663D
(235,102,61)
0 Favorites   0 Comments

Color spaces of #eb663d

RGB 23510261
HSL0.040.810.58
HSV14°74°92°
CMYK 0.000.570.74   0.08
XYZ39.854627.50187.6227
Yxy27.50180.53150.3668
Hunter Lab52.442243.881328.0914
CIE-Lab59.435949.084947.6331

#eb663d color RGB value is (235,102,61).

#eb663d hex color red value is 235, green value is 102 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eb663d hue: 0.04 , saturation: 0.81 and the lightness value of eb663d is 0.58.

The process color (four color CMYK) of #eb663d color hex is 0.00, 0.57, 0.74, 0.08. Web safe color of #eb663d is #ff6633. Color #eb663d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 00111101
Octal 353 146 75
Decimal 235 102 61
Hex EB 66 3D

RGB Percentages of Color #eb663d

%59.05
%25.63
%15.33

CMYK Percentages of Color #eb663d

%0
%57
%74
%8

Triadic Colors of #eb663d

#eb663d #3deb66 #663deb

Analogous Colors of #eb663d

#eb663d #ebbd3d #eb3d6b

Monochromatic Colors of #eb663d

#eb663d

Complementary Color

#eb663d #3dc2eb

#eb663d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb663d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb663d Color CSS Codes

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

#eb663d Text Font Color

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

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


#eb663d Background Color

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

This div background color is #eb663d


#eb663d Border Color

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

This div border color is #eb663d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb663d


Comments

No comments written yet.

Please login to write comment.