Color Hex Logo

#ebafba Color Hex

#EBAFBA
(235,175,186)
0 Favorites   0 Comments

Color spaces of #ebafba

RGB 235175186
HSL0.970.600.80
HSV349°26°92°
CMYK 0.000.260.21   0.08
XYZ58.453851.867353.3849
Yxy51.86730.35710.3168
Hunter Lab72.019018.84546.4639
CIE-Lab77.201423.47122.9857

#ebafba color RGB value is (235,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 10111010
Octal 353 257 272
Decimal 235 175 186
Hex EB AF BA

RGB Percentages of Color #ebafba

%39.43
%29.36
%31.21

CMYK Percentages of Color #ebafba

%0
%26
%21
%8

Triadic Colors of #ebafba

#ebafba #baebaf #afbaeb

Analogous Colors of #ebafba

#ebafba #ebc2af #ebafd8

Monochromatic Colors of #ebafba

#ebafba

Complementary Color

#ebafba #afebe0

#ebafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafba Color CSS Codes

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

#ebafba Text Font Color

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

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


#ebafba Background Color

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

This div background color is #ebafba


#ebafba Border Color

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

This div border color is #ebafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafba


Comments

No comments written yet.

Please login to write comment.