Color Hex Logo

#efdfff Color Hex

#EFDFFF
(239,223,255)
0 Favorites   0 Comments

Color spaces of #efdfff

RGB 239223255
HSL0.751.000.94
HSV270°13°100°
CMYK 0.060.130.00   0.00
XYZ80.034378.3461105.5118
Yxy78.34610.30330.2969
Hunter Lab88.51336.5025-8.7170
CIE-Lab90.937611.2149-13.5390

#efdfff color RGB value is (239,223,255).

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

The process color (four color CMYK) of #efdfff color hex is 0.06, 0.13, 0.00, 0.00. Web safe color of #efdfff is #ffccff. Color #efdfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11111111
Octal 357 337 377
Decimal 239 223 255
Hex EF DF FF

RGB Percentages of Color #efdfff

%33.33
%31.10
%35.56

CMYK Percentages of Color #efdfff

%6
%13
%0
%0

Triadic Colors of #efdfff

#efdfff #ffefdf #dfffef

Analogous Colors of #efdfff

#efdfff #ffdfff #dfdfff

Monochromatic Colors of #efdfff

#efdfff

Complementary Color

#efdfff #efffdf

#efdfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfff Color CSS Codes

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

#efdfff Text Font Color

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

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


#efdfff Background Color

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

This div background color is #efdfff


#efdfff Border Color

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

This div border color is #efdfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfff


Comments

No comments written yet.

Please login to write comment.