Color Hex Logo

#ebb9bf Color Hex

#EBB9BF
(235,185,191)
0 Favorites   0 Comments

Color spaces of #ebb9bf

RGB 235185191
HSL0.980.560.82
HSV353°21°92°
CMYK 0.000.210.19   0.08
XYZ61.013956.121756.9070
Yxy56.12170.35060.3225
Hunter Lab74.914414.27877.4018
CIE-Lab79.683018.89373.8696

#ebb9bf color RGB value is (235,185,191).

#ebb9bf hex color red value is 235, green value is 185 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebb9bf hue: 0.98 , saturation: 0.56 and the lightness value of ebb9bf is 0.82.

The process color (four color CMYK) of #ebb9bf color hex is 0.00, 0.21, 0.19, 0.08. Web safe color of #ebb9bf is #ffcccc. Color #ebb9bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 10111111
Octal 353 271 277
Decimal 235 185 191
Hex EB B9 BF

RGB Percentages of Color #ebb9bf

%38.46
%30.28
%31.26

CMYK Percentages of Color #ebb9bf

%0
%21
%19
%8

Triadic Colors of #ebb9bf

#ebb9bf #bfebb9 #b9bfeb

Analogous Colors of #ebb9bf

#ebb9bf #ebccb9 #ebb9d8

Monochromatic Colors of #ebb9bf

#ebb9bf

Complementary Color

#ebb9bf #b9ebe5

#ebb9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb9bf Color CSS Codes

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

#ebb9bf Text Font Color

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

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


#ebb9bf Background Color

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

This div background color is #ebb9bf


#ebb9bf Border Color

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

This div border color is #ebb9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb9bf


Comments

No comments written yet.

Please login to write comment.