Color Hex Logo

#ebc055 Color Hex

#EBC055
(235,192,85)
0 Favorites   0 Comments

Color spaces of #ebc055

RGB 23519285
HSL0.120.790.63
HSV43°64°92°
CMYK 0.000.180.64   0.08
XYZ54.750356.017316.5211
Yxy56.01730.43010.4401
Hunter Lab74.8447-0.402239.3037
CIE-Lab79.62373.854058.1949

#ebc055 color RGB value is (235,192,85).

#ebc055 hex color red value is 235, green value is 192 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ebc055 hue: 0.12 , saturation: 0.79 and the lightness value of ebc055 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 01010101
Octal 353 300 125
Decimal 235 192 85
Hex EB C0 55

RGB Percentages of Color #ebc055

%45.90
%37.50
%16.60

CMYK Percentages of Color #ebc055

%0
%18
%64
%8

Triadic Colors of #ebc055

#ebc055 #55ebc0 #c055eb

Analogous Colors of #ebc055

#ebc055 #cbeb55 #eb7555

Monochromatic Colors of #ebc055

#ebc055

Complementary Color

#ebc055 #5580eb

#ebc055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc055 Color CSS Codes

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

#ebc055 Text Font Color

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

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


#ebc055 Background Color

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

This div background color is #ebc055


#ebc055 Border Color

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

This div border color is #ebc055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc055


Comments

No comments written yet.

Please login to write comment.