Color Hex Logo

#ebae90 Color Hex

#EBAE90
(235,174,144)
0 Favorites   0 Comments

Color spaces of #ebae90

RGB 235174144
HSL0.050.690.74
HSV20°39°92°
CMYK 0.000.260.39   0.08
XYZ54.431049.947933.1576
Yxy49.94790.39580.3632
Hunter Lab70.673813.796521.6550
CIE-Lab76.037318.502224.1286

#ebae90 color RGB value is (235,174,144).

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

The process color (four color CMYK) of #ebae90 color hex is 0.00, 0.26, 0.39, 0.08. Web safe color of #ebae90 is #ff9999. Color #ebae90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 10010000
Octal 353 256 220
Decimal 235 174 144
Hex EB AE 90

RGB Percentages of Color #ebae90

%42.50
%31.46
%26.04

CMYK Percentages of Color #ebae90

%0
%26
%39
%8

Triadic Colors of #ebae90

#ebae90 #90ebae #ae90eb

Analogous Colors of #ebae90

#ebae90 #ebdc90 #eb90a0

Monochromatic Colors of #ebae90

#ebae90

Complementary Color

#ebae90 #90cdeb

#ebae90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebae90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebae90 Color CSS Codes

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

#ebae90 Text Font Color

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

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


#ebae90 Background Color

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

This div background color is #ebae90


#ebae90 Border Color

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

This div border color is #ebae90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebae90


Comments

No comments written yet.

Please login to write comment.