Color Hex Logo

#ebb8ae Color Hex

#EBB8AE
(235,184,174)
0 Favorites   0 Comments

Color spaces of #ebb8ae

RGB 235184174
HSL0.030.600.80
HSV10°26°92°
CMYK 0.000.220.26   0.08
XYZ59.041454.999147.5485
Yxy54.99910.36540.3404
Hunter Lab74.161412.325113.8992
CIE-Lab79.040716.963112.1273

#ebb8ae color RGB value is (235,184,174).

#ebb8ae hex color red value is 235, green value is 184 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ebb8ae hue: 0.03 , saturation: 0.60 and the lightness value of ebb8ae is 0.80.

The process color (four color CMYK) of #ebb8ae color hex is 0.00, 0.22, 0.26, 0.08. Web safe color of #ebb8ae is #ffcc99. Color #ebb8ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 10101110
Octal 353 270 256
Decimal 235 184 174
Hex EB B8 AE

RGB Percentages of Color #ebb8ae

%39.63
%31.03
%29.34

CMYK Percentages of Color #ebb8ae

%0
%22
%26
%8

Triadic Colors of #ebb8ae

#ebb8ae #aeebb8 #b8aeeb

Analogous Colors of #ebb8ae

#ebb8ae #ebd7ae #ebaec3

Monochromatic Colors of #ebb8ae

#ebb8ae

Complementary Color

#ebb8ae #aee1eb

#ebb8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb8ae Color CSS Codes

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

#ebb8ae Text Font Color

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

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


#ebb8ae Background Color

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

This div background color is #ebb8ae


#ebb8ae Border Color

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

This div border color is #ebb8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb8ae


Comments

No comments written yet.

Please login to write comment.