Color Hex Logo

#ebe281 Color Hex

#EBE281
(235,226,129)
0 Favorites   0 Comments

Color spaces of #ebe281

RGB 235226129
HSL0.150.730.71
HSV55°45°92°
CMYK 0.000.040.45   0.08
XYZ65.419873.639931.5348
Yxy73.63990.38350.4317
Hunter Lab85.8137-14.095038.2817
CIE-Lab88.7520-10.055048.2825

#ebe281 color RGB value is (235,226,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 10000001
Octal 353 342 201
Decimal 235 226 129
Hex EB E2 81

RGB Percentages of Color #ebe281

%39.83
%38.31
%21.86

CMYK Percentages of Color #ebe281

%0
%4
%45
%8

Triadic Colors of #ebe281

#ebe281 #81ebe2 #e281eb

Analogous Colors of #ebe281

#ebe281 #bfeb81 #ebad81

Monochromatic Colors of #ebe281

#ebe281

Complementary Color

#ebe281 #818aeb

#ebe281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe281 Color CSS Codes

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

#ebe281 Text Font Color

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

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


#ebe281 Background Color

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

This div background color is #ebe281


#ebe281 Border Color

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

This div border color is #ebe281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe281


Comments

No comments written yet.

Please login to write comment.