Color Hex Logo

#efdff8 Color Hex

#EFDFF8
(239,223,248)
0 Favorites   0 Comments

Color spaces of #efdff8

RGB 239223248
HSL0.770.640.92
HSV278°10°97°
CMYK 0.040.100.00   0.03
XYZ78.927677.903499.6839
Yxy77.90340.30770.3037
Hunter Lab88.26295.1605-5.1779
CIE-Lab90.73589.8983-10.1738

#efdff8 color RGB value is (239,223,248).

#efdff8 hex color red value is 239, green value is 223 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #efdff8 hue: 0.77 , saturation: 0.64 and the lightness value of efdff8 is 0.92.

The process color (four color CMYK) of #efdff8 color hex is 0.04, 0.10, 0.00, 0.03. Web safe color of #efdff8 is #ffccff. Color #efdff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11111000
Octal 357 337 370
Decimal 239 223 248
Hex EF DF F8

RGB Percentages of Color #efdff8

%33.66
%31.41
%34.93

CMYK Percentages of Color #efdff8

%4
%10
%0
%3

Triadic Colors of #efdff8

#efdff8 #f8efdf #dff8ef

Analogous Colors of #efdff8

#efdff8 #f8dff5 #e3dff8

Monochromatic Colors of #efdff8

#efdff8

Complementary Color

#efdff8 #e8f8df

#efdff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdff8 Color CSS Codes

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

#efdff8 Text Font Color

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

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


#efdff8 Background Color

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

This div background color is #efdff8


#efdff8 Border Color

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

This div border color is #efdff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdff8


Comments

No comments written yet.

Please login to write comment.