Color Hex Logo

#ebafbb Color Hex

#EBAFBB
(235,175,187)
0 Favorites   0 Comments

Color spaces of #ebafbb

RGB 235175187
HSL0.970.600.80
HSV348°26°92°
CMYK 0.000.260.20   0.08
XYZ58.560651.910053.9469
Yxy51.91000.35620.3157
Hunter Lab72.048618.99856.0402
CIE-Lab77.227023.61982.4783

#ebafbb color RGB value is (235,175,187).

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

The process color (four color CMYK) of #ebafbb color hex is 0.00, 0.26, 0.20, 0.08. Web safe color of #ebafbb is #ff99cc. Color #ebafbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 10111011
Octal 353 257 273
Decimal 235 175 187
Hex EB AF BB

RGB Percentages of Color #ebafbb

%39.36
%29.31
%31.32

CMYK Percentages of Color #ebafbb

%0
%26
%20
%8

Triadic Colors of #ebafbb

#ebafbb #bbebaf #afbbeb

Analogous Colors of #ebafbb

#ebafbb #ebc1af #ebafd9

Monochromatic Colors of #ebafbb

#ebafbb

Complementary Color

#ebafbb #afebdf

#ebafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafbb Color CSS Codes

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

#ebafbb Text Font Color

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

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


#ebafbb Background Color

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

This div background color is #ebafbb


#ebafbb Border Color

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

This div border color is #ebafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafbb


Comments

No comments written yet.

Please login to write comment.