Color Hex Logo

#ebb8bf Color Hex

#EBB8BF
(235,184,191)
0 Favorites   0 Comments

Color spaces of #ebb8bf

RGB 235184191
HSL0.980.560.82
HSV352°22°92°
CMYK 0.000.220.19   0.08
XYZ60.805455.704756.8375
Yxy55.70470.35080.3213
Hunter Lab74.635614.81127.0936
CIE-Lab79.445519.42583.5256

#ebb8bf color RGB value is (235,184,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 10111111
Octal 353 270 277
Decimal 235 184 191
Hex EB B8 BF

RGB Percentages of Color #ebb8bf

%38.52
%30.16
%31.31

CMYK Percentages of Color #ebb8bf

%0
%22
%19
%8

Triadic Colors of #ebb8bf

#ebb8bf #bfebb8 #b8bfeb

Analogous Colors of #ebb8bf

#ebb8bf #ebcbb8 #ebb8d9

Monochromatic Colors of #ebb8bf

#ebb8bf

Complementary Color

#ebb8bf #b8ebe4

#ebb8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb8bf Color CSS Codes

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

#ebb8bf Text Font Color

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

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


#ebb8bf Background Color

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

This div background color is #ebb8bf


#ebb8bf Border Color

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

This div border color is #ebb8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb8bf


Comments

No comments written yet.

Please login to write comment.