Color Hex Logo

#ebe28d Color Hex

#EBE28D
(235,226,141)
0 Favorites   0 Comments

Color spaces of #ebe28d

RGB 235226141
HSL0.150.700.74
HSV54°40°92°
CMYK 0.000.040.40   0.08
XYZ66.265073.978035.9859
Yxy73.97800.37600.4198
Hunter Lab86.0105-12.996635.4010
CIE-Lab88.9121-8.851942.6046

#ebe28d color RGB value is (235,226,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 10001101
Octal 353 342 215
Decimal 235 226 141
Hex EB E2 8D

RGB Percentages of Color #ebe28d

%39.04
%37.54
%23.42

CMYK Percentages of Color #ebe28d

%0
%4
%40
%8

Triadic Colors of #ebe28d

#ebe28d #8debe2 #e28deb

Analogous Colors of #ebe28d

#ebe28d #c5eb8d #ebb38d

Monochromatic Colors of #ebe28d

#ebe28d

Complementary Color

#ebe28d #8d96eb

#ebe28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe28d Color CSS Codes

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

#ebe28d Text Font Color

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

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


#ebe28d Background Color

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

This div background color is #ebe28d


#ebe28d Border Color

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

This div border color is #ebe28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe28d


Comments

No comments written yet.

Please login to write comment.