Color Hex Logo

#eafadb Color Hex

#EAFADB
(234,250,219)
0 Favorites   0 Comments

Color spaces of #eafadb

RGB 234250219
HSL0.250.760.92
HSV91°12°98°
CMYK 0.060.000.12   0.02
XYZ80.903590.978180.3143
Yxy90.97810.32080.3607
Hunter Lab95.3824-15.515416.8441
CIE-Lab96.4010-10.631313.0882

#eafadb color RGB value is (234,250,219).

#eafadb hex color red value is 234, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eafadb hue: 0.25 , saturation: 0.76 and the lightness value of eafadb is 0.92.

The process color (four color CMYK) of #eafadb color hex is 0.06, 0.00, 0.12, 0.02. Web safe color of #eafadb is #ffffcc. Color #eafadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111010 11011011
Octal 352 372 333
Decimal 234 250 219
Hex EA FA DB

RGB Percentages of Color #eafadb

%33.29
%35.56
%31.15

CMYK Percentages of Color #eafadb

%6
%0
%12
%2

Triadic Colors of #eafadb

#eafadb #dbeafa #fadbea

Analogous Colors of #eafadb

#eafadb #dbfadc #fafadb

Monochromatic Colors of #eafadb

#eafadb

Complementary Color

#eafadb #ebdbfa

#eafadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafadb Color CSS Codes

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

#eafadb Text Font Color

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

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


#eafadb Background Color

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

This div background color is #eafadb


#eafadb Border Color

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

This div border color is #eafadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eafadb


Comments

No comments written yet.

Please login to write comment.