Color Hex Logo

#ebbfdf Color Hex

#EBBFDF
(235,191,223)
0 Favorites   0 Comments

Color spaces of #ebbfdf

RGB 235191223
HSL0.880.520.84
HSV316°19°92°
CMYK 0.000.190.05   0.08
XYZ66.211060.251577.9520
Yxy60.25150.32390.2948
Hunter Lab77.621816.4213-5.2069
CIE-Lab81.974720.9301-9.9954

#ebbfdf color RGB value is (235,191,223).

#ebbfdf hex color red value is 235, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ebbfdf hue: 0.88 , saturation: 0.52 and the lightness value of ebbfdf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11011111
Octal 353 277 337
Decimal 235 191 223
Hex EB BF DF

RGB Percentages of Color #ebbfdf

%36.21
%29.43
%34.36

CMYK Percentages of Color #ebbfdf

%0
%19
%5
%8

Triadic Colors of #ebbfdf

#ebbfdf #dfebbf #bfdfeb

Analogous Colors of #ebbfdf

#ebbfdf #ebbfc9 #e1bfeb

Monochromatic Colors of #ebbfdf

#ebbfdf

Complementary Color

#ebbfdf #bfebcb

#ebbfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfdf Color CSS Codes

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

#ebbfdf Text Font Color

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

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


#ebbfdf Background Color

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

This div background color is #ebbfdf


#ebbfdf Border Color

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

This div border color is #ebbfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfdf


Comments

No comments written yet.

Please login to write comment.