Color Hex Logo

#ebbedf Color Hex

#EBBEDF
(235,190,223)
0 Favorites   0 Comments

Color spaces of #ebbedf

RGB 235190223
HSL0.880.530.83
HSV316°19°92°
CMYK 0.000.190.05   0.08
XYZ65.993759.816877.8796
Yxy59.81680.32400.2937
Hunter Lab77.341316.9629-5.5637
CIE-Lab81.738521.4628-10.3472

#ebbedf color RGB value is (235,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11011111
Octal 353 276 337
Decimal 235 190 223
Hex EB BE DF

RGB Percentages of Color #ebbedf

%36.27
%29.32
%34.41

CMYK Percentages of Color #ebbedf

%0
%19
%5
%8

Triadic Colors of #ebbedf

#ebbedf #dfebbe #bedfeb

Analogous Colors of #ebbedf

#ebbedf #ebbec9 #e1beeb

Monochromatic Colors of #ebbedf

#ebbedf

Complementary Color

#ebbedf #beebca

#ebbedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbedf Color CSS Codes

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

#ebbedf Text Font Color

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

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


#ebbedf Background Color

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

This div background color is #ebbedf


#ebbedf Border Color

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

This div border color is #ebbedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbedf


Comments

No comments written yet.

Please login to write comment.