Color Hex Logo

#ebe490 Color Hex

#EBE490
(235,228,144)
0 Favorites   0 Comments

Color spaces of #ebe490

RGB 235228144
HSL0.150.690.74
HSV55°39°92°
CMYK 0.000.030.39   0.08
XYZ67.038475.162637.3601
Yxy75.16260.37330.4186
Hunter Lab86.6964-13.692635.1376
CIE-Lab89.4691-9.534741.8268

#ebe490 color RGB value is (235,228,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 10010000
Octal 353 344 220
Decimal 235 228 144
Hex EB E4 90

RGB Percentages of Color #ebe490

%38.71
%37.56
%23.72

CMYK Percentages of Color #ebe490

%0
%3
%39
%8

Triadic Colors of #ebe490

#ebe490 #90ebe4 #e490eb

Analogous Colors of #ebe490

#ebe490 #c5eb90 #ebb790

Monochromatic Colors of #ebe490

#ebe490

Complementary Color

#ebe490 #9097eb

#ebe490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe490 Color CSS Codes

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

#ebe490 Text Font Color

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

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


#ebe490 Background Color

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

This div background color is #ebe490


#ebe490 Border Color

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

This div border color is #ebe490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe490


Comments

No comments written yet.

Please login to write comment.