Color Hex Logo

#ebb3af Color Hex

#EBB3AF
(235,179,175)
0 Favorites   0 Comments

Color spaces of #ebb3af

RGB 235179175
HSL0.010.600.80
HSV26°92°
CMYK 0.000.240.26   0.08
XYZ58.118952.997547.7238
Yxy52.99750.36590.3337
Hunter Lab72.799415.105412.0919
CIE-Lab77.873519.76069.9286

#ebb3af color RGB value is (235,179,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 10101111
Octal 353 263 257
Decimal 235 179 175
Hex EB B3 AF

RGB Percentages of Color #ebb3af

%39.90
%30.39
%29.71

CMYK Percentages of Color #ebb3af

%0
%24
%26
%8

Triadic Colors of #ebb3af

#ebb3af #afebb3 #b3afeb

Analogous Colors of #ebb3af

#ebb3af #ebd1af #ebafc9

Monochromatic Colors of #ebb3af

#ebb3af

Complementary Color

#ebb3af #afe7eb

#ebb3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb3af Color CSS Codes

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

#ebb3af Text Font Color

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

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


#ebb3af Background Color

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

This div background color is #ebb3af


#ebb3af Border Color

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

This div border color is #ebb3af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb3af


Comments

No comments written yet.

Please login to write comment.