Color Hex Logo

#efdeee Color Hex

#EFDEEE
(239,222,238)
0 Favorites   0 Comments

Color spaces of #efdeee

RGB 239222238
HSL0.840.350.90
HSV304°94°
CMYK 0.000.070.00   0.06
XYZ77.150576.766391.6400
Yxy76.76630.31420.3126
Hunter Lab87.61643.8493-0.6813
CIE-Lab90.21398.5937-5.7028

#efdeee color RGB value is (239,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11101110
Octal 357 336 356
Decimal 239 222 238
Hex EF DE EE

RGB Percentages of Color #efdeee

%34.19
%31.76
%34.05

CMYK Percentages of Color #efdeee

%0
%7
%0
%6

Triadic Colors of #efdeee

#efdeee #eeefde #deeeef

Analogous Colors of #efdeee

#efdeee #efdee6 #e8deef

Monochromatic Colors of #efdeee

#efdeee

Complementary Color

#efdeee #deefdf

#efdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdeee Color CSS Codes

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

#efdeee Text Font Color

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

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


#efdeee Background Color

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

This div background color is #efdeee


#efdeee Border Color

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

This div border color is #efdeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdeee


Comments

No comments written yet.

Please login to write comment.