Color Hex Logo

#effedb Color Hex

#EFFEDB
(239,254,219)
0 Favorites   0 Comments

Color spaces of #effedb

RGB 239254219
HSL0.240.950.93
HSV86°14°100°
CMYK 0.060.000.14   0.00
XYZ83.824694.348880.8109
Yxy94.34880.32370.3643
Hunter Lab97.1333-15.940518.6665
CIE-Lab97.7724-10.906515.0809

#effedb color RGB value is (239,254,219).

#effedb hex color red value is 239, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #effedb hue: 0.24 , saturation: 0.95 and the lightness value of effedb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11011011
Octal 357 376 333
Decimal 239 254 219
Hex EF FE DB

RGB Percentages of Color #effedb

%33.57
%35.67
%30.76

CMYK Percentages of Color #effedb

%6
%0
%14
%0

Triadic Colors of #effedb

#effedb #dbeffe #fedbef

Analogous Colors of #effedb

#effedb #defedb #fefcdb

Monochromatic Colors of #effedb

#effedb

Complementary Color

#effedb #eadbfe

#effedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effedb Color CSS Codes

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

#effedb Text Font Color

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

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


#effedb Background Color

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

This div background color is #effedb


#effedb Border Color

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

This div border color is #effedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effedb

Related Colors


Comments

No comments written yet.

Please login to write comment.