Color Hex Logo

#ebc165 Color Hex

#EBC165
(235,193,101)
0 Favorites   0 Comments

Color spaces of #ebc165

RGB 235193101
HSL0.110.770.66
HSV41°57°92°
CMYK 0.000.180.57   0.08
XYZ55.679956.741720.3295
Yxy56.74170.41940.4274
Hunter Lab75.32710.120336.7276
CIE-Lab80.03414.426251.2657

#ebc165 color RGB value is (235,193,101).

#ebc165 hex color red value is 235, green value is 193 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ebc165 hue: 0.11 , saturation: 0.77 and the lightness value of ebc165 is 0.66.

The process color (four color CMYK) of #ebc165 color hex is 0.00, 0.18, 0.57, 0.08. Web safe color of #ebc165 is #ffcc66. Color #ebc165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 01100101
Octal 353 301 145
Decimal 235 193 101
Hex EB C1 65

RGB Percentages of Color #ebc165

%44.42
%36.48
%19.09

CMYK Percentages of Color #ebc165

%0
%18
%57
%8

Triadic Colors of #ebc165

#ebc165 #65ebc1 #c165eb

Analogous Colors of #ebc165

#ebc165 #d2eb65 #eb7e65

Monochromatic Colors of #ebc165

#ebc165

Complementary Color

#ebc165 #658feb

#ebc165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc165 Color CSS Codes

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

#ebc165 Text Font Color

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

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


#ebc165 Background Color

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

This div background color is #ebc165


#ebc165 Border Color

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

This div border color is #ebc165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc165


Comments

No comments written yet.

Please login to write comment.