Color Hex Logo

#ebbfaf Color Hex

#EBBFAF
(235,191,175)
0 Favorites   0 Comments

Color spaces of #ebbfaf

RGB 235191175
HSL0.040.600.80
HSV16°26°92°
CMYK 0.000.190.26   0.08
XYZ60.629658.018948.5607
Yxy58.01890.36260.3470
Hunter Lab76.17018.784015.5200
CIE-Lab80.749313.390214.0039

#ebbfaf color RGB value is (235,191,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 10101111
Octal 353 277 257
Decimal 235 191 175
Hex EB BF AF

RGB Percentages of Color #ebbfaf

%39.10
%31.78
%29.12

CMYK Percentages of Color #ebbfaf

%0
%19
%26
%8

Triadic Colors of #ebbfaf

#ebbfaf #afebbf #bfafeb

Analogous Colors of #ebbfaf

#ebbfaf #ebddaf #ebafbd

Monochromatic Colors of #ebbfaf

#ebbfaf

Complementary Color

#ebbfaf #afdbeb

#ebbfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfaf Color CSS Codes

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

#ebbfaf Text Font Color

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

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


#ebbfaf Background Color

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

This div background color is #ebbfaf


#ebbfaf Border Color

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

This div border color is #ebbfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfaf


Comments

No comments written yet.

Please login to write comment.