Color Hex Logo

#ebe380 Color Hex

#EBE380
(235,227,128)
0 Favorites   0 Comments

Color spaces of #ebe380

RGB 235227128
HSL0.150.730.71
HSV56°46°92°
CMYK 0.000.030.46   0.08
XYZ65.626374.158931.2773
Yxy74.15890.38360.4335
Hunter Lab86.1156-14.672338.7467
CIE-Lab88.9975-10.649349.0670

#ebe380 color RGB value is (235,227,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 10000000
Octal 353 343 200
Decimal 235 227 128
Hex EB E3 80

RGB Percentages of Color #ebe380

%39.83
%38.47
%21.69

CMYK Percentages of Color #ebe380

%0
%3
%46
%8

Triadic Colors of #ebe380

#ebe380 #80ebe3 #e380eb

Analogous Colors of #ebe380

#ebe380 #beeb80 #ebae80

Monochromatic Colors of #ebe380

#ebe380

Complementary Color

#ebe380 #8088eb

#ebe380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe380 Color CSS Codes

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

#ebe380 Text Font Color

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

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


#ebe380 Background Color

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

This div background color is #ebe380


#ebe380 Border Color

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

This div border color is #ebe380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,227,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 #ebe380">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe380


Comments

No comments written yet.

Please login to write comment.