Color Hex Logo

#efdcf8 Color Hex

#EFDCF8
(239,220,248)
0 Favorites   0 Comments

Color spaces of #efdcf8

RGB 239220248
HSL0.780.670.92
HSV281°11°97°
CMYK 0.040.110.00   0.03
XYZ78.133176.314499.4190
Yxy76.31440.30780.3006
Hunter Lab87.35816.7737-6.3251
CIE-Lab90.005111.4656-11.2615

#efdcf8 color RGB value is (239,220,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11111000
Octal 357 334 370
Decimal 239 220 248
Hex EF DC F8

RGB Percentages of Color #efdcf8

%33.80
%31.12
%35.08

CMYK Percentages of Color #efdcf8

%4
%11
%0
%3

Triadic Colors of #efdcf8

#efdcf8 #f8efdc #dcf8ef

Analogous Colors of #efdcf8

#efdcf8 #f8dcf3 #e1dcf8

Monochromatic Colors of #efdcf8

#efdcf8

Complementary Color

#efdcf8 #e5f8dc

#efdcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcf8 Color CSS Codes

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

#efdcf8 Text Font Color

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

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


#efdcf8 Background Color

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

This div background color is #efdcf8


#efdcf8 Border Color

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

This div border color is #efdcf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcf8


Comments

No comments written yet.

Please login to write comment.