Color Hex Logo

#ebafdf Color Hex

#EBAFDF
(235,175,223)
0 Favorites   0 Comments

Color spaces of #ebafdf

RGB 235175223
HSL0.870.600.80
HSV312°26°92°
CMYK 0.000.260.05   0.08
XYZ62.910253.649876.8518
Yxy53.64980.32530.2774
Hunter Lab73.246025.1311-10.9365
CIE-Lab78.257129.4629-15.5594

#ebafdf color RGB value is (235,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 11011111
Octal 353 257 337
Decimal 235 175 223
Hex EB AF DF

RGB Percentages of Color #ebafdf

%37.12
%27.65
%35.23

CMYK Percentages of Color #ebafdf

%0
%26
%5
%8

Triadic Colors of #ebafdf

#ebafdf #dfebaf #afdfeb

Analogous Colors of #ebafdf

#ebafdf #ebafc1 #d9afeb

Monochromatic Colors of #ebafdf

#ebafdf

Complementary Color

#ebafdf #afebbb

#ebafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafdf Color CSS Codes

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

#ebafdf Text Font Color

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

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


#ebafdf Background Color

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

This div background color is #ebafdf


#ebafdf Border Color

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

This div border color is #ebafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafdf


Comments

No comments written yet.

Please login to write comment.