Color Hex Logo

#efffdc Color Hex

#EFFFDC
(239,255,220)
1 Favorites   0 Comments

Color spaces of #efffdc

RGB 239255220
HSL0.241.000.93
HSV87°14°100°
CMYK 0.060.000.14   0.00
XYZ84.274995.038081.6126
Yxy95.03800.32300.3642
Hunter Lab97.4874-16.295218.6060
CIE-Lab98.0487-11.240614.9605

#efffdc color RGB value is (239,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11011100
Octal 357 377 334
Decimal 239 255 220
Hex EF FF DC

RGB Percentages of Color #efffdc

%33.47
%35.71
%30.81

CMYK Percentages of Color #efffdc

%6
%0
%14
%0

Triadic Colors of #efffdc

#efffdc #dcefff #ffdcef

Analogous Colors of #efffdc

#efffdc #deffdc #fffedc

Monochromatic Colors of #efffdc

#efffdc

Complementary Color

#efffdc #ecdcff

#efffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffdc Color CSS Codes

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

#efffdc Text Font Color

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

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


#efffdc Background Color

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

This div background color is #efffdc


#efffdc Border Color

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

This div border color is #efffdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,255,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.