Color Hex Logo

#efdbfc Color Hex

#EFDBFC
(239,219,252)
0 Favorites   0 Comments

Color spaces of #efdbfc

RGB 239219252
HSL0.770.850.92
HSV276°13°99°
CMYK 0.050.130.00   0.01
XYZ78.498876.0420102.6357
Yxy76.04200.30520.2957
Hunter Lab87.20218.0811-8.7421
CIE-Lab89.878812.7395-13.5496

#efdbfc color RGB value is (239,219,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11111100
Octal 357 333 374
Decimal 239 219 252
Hex EF DB FC

RGB Percentages of Color #efdbfc

%33.66
%30.85
%35.49

CMYK Percentages of Color #efdbfc

%5
%13
%0
%1

Triadic Colors of #efdbfc

#efdbfc #fcefdb #dbfcef

Analogous Colors of #efdbfc

#efdbfc #fcdbf9 #dfdbfc

Monochromatic Colors of #efdbfc

#efdbfc

Complementary Color

#efdbfc #e8fcdb

#efdbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbfc Color CSS Codes

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

#efdbfc Text Font Color

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

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


#efdbfc Background Color

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

This div background color is #efdbfc


#efdbfc Border Color

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

This div border color is #efdbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.