Color Hex Logo

#ebbead Color Hex

#EBBEAD
(235,190,173)
0 Favorites   0 Comments

Color spaces of #ebbead

RGB 235190173
HSL0.050.610.80
HSV16°26°92°
CMYK 0.000.190.26   0.08
XYZ60.217257.506247.4612
Yxy57.50620.36450.3481
Hunter Lab75.83289.035515.9754
CIE-Lab80.463513.644114.6732

#ebbead color RGB value is (235,190,173).

#ebbead hex color red value is 235, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ebbead hue: 0.05 , saturation: 0.61 and the lightness value of ebbead is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 10101101
Octal 353 276 255
Decimal 235 190 173
Hex EB BE AD

RGB Percentages of Color #ebbead

%39.30
%31.77
%28.93

CMYK Percentages of Color #ebbead

%0
%19
%26
%8

Triadic Colors of #ebbead

#ebbead #adebbe #beadeb

Analogous Colors of #ebbead

#ebbead #ebddad #ebadbb

Monochromatic Colors of #ebbead

#ebbead

Complementary Color

#ebbead #addaeb

#ebbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbead Color CSS Codes

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

#ebbead Text Font Color

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

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


#ebbead Background Color

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

This div background color is #ebbead


#ebbead Border Color

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

This div border color is #ebbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbead


Comments

No comments written yet.

Please login to write comment.