Color Hex Logo

#ebb7bf Color Hex

#EBB7BF
(235,183,191)
0 Favorites   0 Comments

Color spaces of #ebb7bf

RGB 235183191
HSL0.970.570.82
HSV351°22°92°
CMYK 0.000.220.19   0.08
XYZ60.598455.290756.7685
Yxy55.29070.35100.3202
Hunter Lab74.357715.34406.7854
CIE-Lab79.208419.95813.1821

#ebb7bf color RGB value is (235,183,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 10111111
Octal 353 267 277
Decimal 235 183 191
Hex EB B7 BF

RGB Percentages of Color #ebb7bf

%38.59
%30.05
%31.36

CMYK Percentages of Color #ebb7bf

%0
%22
%19
%8

Triadic Colors of #ebb7bf

#ebb7bf #bfebb7 #b7bfeb

Analogous Colors of #ebb7bf

#ebb7bf #ebc9b7 #ebb7d9

Monochromatic Colors of #ebb7bf

#ebb7bf

Complementary Color

#ebb7bf #b7ebe3

#ebb7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb7bf Color CSS Codes

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

#ebb7bf Text Font Color

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

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


#ebb7bf Background Color

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

This div background color is #ebb7bf


#ebb7bf Border Color

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

This div border color is #ebb7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb7bf


Comments

No comments written yet.

Please login to write comment.