Color Hex Logo

#ebe18d Color Hex

#EBE18D
(235,225,141)
0 Favorites   0 Comments

Color spaces of #ebe18d

RGB 235225141
HSL0.150.700.74
HSV54°40°92°
CMYK 0.000.040.40   0.08
XYZ65.993973.435735.8956
Yxy73.43570.37640.4189
Hunter Lab85.6946-12.501835.1510
CIE-Lab88.6551-8.349742.2773

#ebe18d color RGB value is (235,225,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 10001101
Octal 353 341 215
Decimal 235 225 141
Hex EB E1 8D

RGB Percentages of Color #ebe18d

%39.10
%37.44
%23.46

CMYK Percentages of Color #ebe18d

%0
%4
%40
%8

Triadic Colors of #ebe18d

#ebe18d #8debe1 #e18deb

Analogous Colors of #ebe18d

#ebe18d #c6eb8d #ebb28d

Monochromatic Colors of #ebe18d

#ebe18d

Complementary Color

#ebe18d #8d97eb

#ebe18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe18d Color CSS Codes

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

#ebe18d Text Font Color

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

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


#ebe18d Background Color

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

This div background color is #ebe18d


#ebe18d Border Color

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

This div border color is #ebe18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe18d


Comments

No comments written yet.

Please login to write comment.