Color Hex Logo

#efdfee Color Hex

#EFDFEE
(239,223,238)
0 Favorites   0 Comments

Color spaces of #efdfee

RGB 239223238
HSL0.840.330.91
HSV304°94°
CMYK 0.000.070.00   0.06
XYZ77.416977.299191.7288
Yxy77.29910.31410.3137
Hunter Lab87.91993.3164-0.3146
CIE-Lab90.45918.0732-5.3411

#efdfee color RGB value is (239,223,238).

#efdfee hex color red value is 239, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #efdfee hue: 0.84 , saturation: 0.33 and the lightness value of efdfee is 0.91.

The process color (four color CMYK) of #efdfee color hex is 0.00, 0.07, 0.00, 0.06. Web safe color of #efdfee is #ffccff. Color #efdfee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11101110
Octal 357 337 356
Decimal 239 223 238
Hex EF DF EE

RGB Percentages of Color #efdfee

%34.14
%31.86
%34.00

CMYK Percentages of Color #efdfee

%0
%7
%0
%6

Triadic Colors of #efdfee

#efdfee #eeefdf #dfeeef

Analogous Colors of #efdfee

#efdfee #efdfe6 #e8dfef

Monochromatic Colors of #efdfee

#efdfee

Complementary Color

#efdfee #dfefe0

#efdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfee Color CSS Codes

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

#efdfee Text Font Color

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

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


#efdfee Background Color

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

This div background color is #efdfee


#efdfee Border Color

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

This div border color is #efdfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfee


Comments

No comments written yet.

Please login to write comment.