Color Hex Logo

#ebe370 Color Hex

#EBE370
(235,227,112)
0 Favorites   0 Comments

Color spaces of #ebe370

RGB 235227112
HSL0.160.750.68
HSV56°52°92°
CMYK 0.000.030.52   0.08
XYZ64.654773.770226.1606
Yxy73.77020.39280.4482
Hunter Lab85.8896-15.938242.0639
CIE-Lab88.8138-12.048956.3786

#ebe370 color RGB value is (235,227,112).

#ebe370 hex color red value is 235, green value is 227 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ebe370 hue: 0.16 , saturation: 0.75 and the lightness value of ebe370 is 0.68.

The process color (four color CMYK) of #ebe370 color hex is 0.00, 0.03, 0.52, 0.08. Web safe color of #ebe370 is #ffcc66. Color #ebe370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 01110000
Octal 353 343 160
Decimal 235 227 112
Hex EB E3 70

RGB Percentages of Color #ebe370

%40.94
%39.55
%19.51

CMYK Percentages of Color #ebe370

%0
%3
%52
%8

Triadic Colors of #ebe370

#ebe370 #70ebe3 #e370eb

Analogous Colors of #ebe370

#ebe370 #b6eb70 #eba670

Monochromatic Colors of #ebe370

#ebe370

Complementary Color

#ebe370 #7078eb

#ebe370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe370 Color CSS Codes

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

#ebe370 Text Font Color

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

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


#ebe370 Background Color

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

This div background color is #ebe370


#ebe370 Border Color

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

This div border color is #ebe370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe370


Comments

No comments written yet.

Please login to write comment.