Color Hex Logo

#effadb Color Hex

#EFFADB
(239,250,219)
0 Favorites   0 Comments

Color spaces of #effadb

RGB 239250219
HSL0.230.760.92
HSV81°12°98°
CMYK 0.040.000.12   0.02
XYZ82.568491.836480.3922
Yxy91.83640.32410.3604
Hunter Lab95.8313-13.908917.3440
CIE-Lab96.7534-8.921713.6373

#effadb color RGB value is (239,250,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11011011
Octal 357 372 333
Decimal 239 250 219
Hex EF FA DB

RGB Percentages of Color #effadb

%33.76
%35.31
%30.93

CMYK Percentages of Color #effadb

%4
%0
%12
%2

Triadic Colors of #effadb

#effadb #dbeffa #fadbef

Analogous Colors of #effadb

#effadb #e0fadb #faf6db

Monochromatic Colors of #effadb

#effadb

Complementary Color

#effadb #e6dbfa

#effadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effadb Color CSS Codes

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

#effadb Text Font Color

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

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


#effadb Background Color

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

This div background color is #effadb


#effadb Border Color

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

This div border color is #effadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effadb


Comments

No comments written yet.

Please login to write comment.