Color Hex Logo

#ebafde Color Hex

#EBAFDE
(235,175,222)
0 Favorites   0 Comments

Color spaces of #ebafde

RGB 235175222
HSL0.870.600.80
HSV313°26°92°
CMYK 0.000.260.06   0.08
XYZ62.775753.596076.1437
Yxy53.59600.32610.2784
Hunter Lab73.209324.9444-10.4200
CIE-Lab78.225629.2880-15.0651

#ebafde color RGB value is (235,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11011110
Octal 353 257 336
Decimal 235 175 222
Hex EB AF DE

RGB Percentages of Color #ebafde

%37.18
%27.69
%35.13

CMYK Percentages of Color #ebafde

%0
%26
%6
%8

Triadic Colors of #ebafde

#ebafde #deebaf #afdeeb

Analogous Colors of #ebafde

#ebafde #ebafc0 #daafeb

Monochromatic Colors of #ebafde

#ebafde

Complementary Color

#ebafde #afebbc

#ebafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafde Color CSS Codes

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

#ebafde Text Font Color

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

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


#ebafde Background Color

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

This div background color is #ebafde


#ebafde Border Color

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

This div border color is #ebafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafde


Comments

No comments written yet.

Please login to write comment.