Color Hex Logo

#ebe282 Color Hex

#EBE282
(235,226,130)
0 Favorites   0 Comments

Color spaces of #ebe282

RGB 235226130
HSL0.150.720.72
HSV55°45°92°
CMYK 0.000.040.45   0.08
XYZ65.486673.666631.8867
Yxy73.66660.38290.4307
Hunter Lab85.8292-14.008038.0535
CIE-Lab88.7647-9.959447.8139

#ebe282 color RGB value is (235,226,130).

#ebe282 hex color red value is 235, green value is 226 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ebe282 hue: 0.15 , saturation: 0.72 and the lightness value of ebe282 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 10000010
Octal 353 342 202
Decimal 235 226 130
Hex EB E2 82

RGB Percentages of Color #ebe282

%39.76
%38.24
%22.00

CMYK Percentages of Color #ebe282

%0
%4
%45
%8

Triadic Colors of #ebe282

#ebe282 #82ebe2 #e282eb

Analogous Colors of #ebe282

#ebe282 #c0eb82 #ebae82

Monochromatic Colors of #ebe282

#ebe282

Complementary Color

#ebe282 #828beb

#ebe282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe282 Color CSS Codes

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

#ebe282 Text Font Color

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

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


#ebe282 Background Color

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

This div background color is #ebe282


#ebe282 Border Color

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

This div border color is #ebe282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe282


Comments

No comments written yet.

Please login to write comment.