Color Hex Logo

#ebbbdf Color Hex

#EBBBDF
(235,187,223)
0 Favorites   0 Comments

Color spaces of #ebbbdf

RGB 235187223
HSL0.880.550.83
HSV315°20°92°
CMYK 0.000.200.05   0.08
XYZ65.350658.530577.6652
Yxy58.53050.32420.2904
Hunter Lab76.505218.5902-6.6353
CIE-Lab81.032823.0616-11.3996

#ebbbdf color RGB value is (235,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11011111
Octal 353 273 337
Decimal 235 187 223
Hex EB BB DF

RGB Percentages of Color #ebbbdf

%36.43
%28.99
%34.57

CMYK Percentages of Color #ebbbdf

%0
%20
%5
%8

Triadic Colors of #ebbbdf

#ebbbdf #dfebbb #bbdfeb

Analogous Colors of #ebbbdf

#ebbbdf #ebbbc7 #dfbbeb

Monochromatic Colors of #ebbbdf

#ebbbdf

Complementary Color

#ebbbdf #bbebc7

#ebbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbdf Color CSS Codes

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

#ebbbdf Text Font Color

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

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


#ebbbdf Background Color

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

This div background color is #ebbbdf


#ebbbdf Border Color

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

This div border color is #ebbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbdf


Comments

No comments written yet.

Please login to write comment.