Color Hex Logo

#ebe180 Color Hex

#EBE180
(235,225,128)
0 Favorites   0 Comments

Color spaces of #ebe180

RGB 235225128
HSL0.150.730.71
HSV54°46°92°
CMYK 0.000.040.46   0.08
XYZ65.082473.071131.0960
Yxy73.07110.38450.4317
Hunter Lab85.4816-13.689938.2690
CIE-Lab88.4816-9.649848.4329

#ebe180 color RGB value is (235,225,128).

#ebe180 hex color red value is 235, green value is 225 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ebe180 hue: 0.15 , saturation: 0.73 and the lightness value of ebe180 is 0.71.

The process color (four color CMYK) of #ebe180 color hex is 0.00, 0.04, 0.46, 0.08. Web safe color of #ebe180 is #ffcc99. Color #ebe180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 10000000
Octal 353 341 200
Decimal 235 225 128
Hex EB E1 80

RGB Percentages of Color #ebe180

%39.97
%38.27
%21.77

CMYK Percentages of Color #ebe180

%0
%4
%46
%8

Triadic Colors of #ebe180

#ebe180 #80ebe1 #e180eb

Analogous Colors of #ebe180

#ebe180 #c0eb80 #ebac80

Monochromatic Colors of #ebe180

#ebe180

Complementary Color

#ebe180 #808aeb

#ebe180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe180 Color CSS Codes

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

#ebe180 Text Font Color

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

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


#ebe180 Background Color

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

This div background color is #ebe180


#ebe180 Border Color

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

This div border color is #ebe180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe180


Comments

No comments written yet.

Please login to write comment.