Color Hex Logo

#eadfeb Color Hex

#EADFEB
(234,223,235)
0 Favorites   0 Comments

Color spaces of #eadfeb

RGB 234223235
HSL0.820.230.90
HSV295°92°
CMYK 0.000.050.00   0.08
XYZ75.314876.265989.3485
Yxy76.26590.31260.3165
Hunter Lab87.33031.11250.4711
CIE-Lab89.98275.8617-4.5143

#eadfeb color RGB value is (234,223,235).

#eadfeb hex color red value is 234, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eadfeb hue: 0.82 , saturation: 0.23 and the lightness value of eadfeb is 0.90.

The process color (four color CMYK) of #eadfeb color hex is 0.00, 0.05, 0.00, 0.08. Web safe color of #eadfeb is #ffccff. Color #eadfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011111 11101011
Octal 352 337 353
Decimal 234 223 235
Hex EA DF EB

RGB Percentages of Color #eadfeb

%33.82
%32.23
%33.96

CMYK Percentages of Color #eadfeb

%0
%5
%0
%8

Triadic Colors of #eadfeb

#eadfeb #ebeadf #dfebea

Analogous Colors of #eadfeb

#eadfeb #ebdfe6 #e4dfeb

Monochromatic Colors of #eadfeb

#eadfeb

Complementary Color

#eadfeb #e0ebdf

#eadfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadfeb Color CSS Codes

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

#eadfeb Text Font Color

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

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


#eadfeb Background Color

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

This div background color is #eadfeb


#eadfeb Border Color

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

This div border color is #eadfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadfeb


Comments

No comments written yet.

Please login to write comment.