Color Hex Logo

#efdbff Color Hex

#EFDBFF
(239,219,255)
1 Favorites   0 Comments

Color spaces of #efdbff

RGB 239219255
HSL0.761.000.93
HSV273°14°100°
CMYK 0.060.140.00   0.00
XYZ78.978176.2338105.1597
Yxy76.23380.30330.2928
Hunter Lab87.31208.6663-10.2913
CIE-Lab89.967813.3090-14.9907

#efdbff color RGB value is (239,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 11111111
Octal 357 333 377
Decimal 239 219 255
Hex EF DB FF

RGB Percentages of Color #efdbff

%33.52
%30.72
%35.76

CMYK Percentages of Color #efdbff

%6
%14
%0
%0

Triadic Colors of #efdbff

#efdbff #ffefdb #dbffef

Analogous Colors of #efdbff

#efdbff #ffdbfd #dddbff

Monochromatic Colors of #efdbff

#efdbff

Complementary Color

#efdbff #ebffdb

#efdbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbff Color CSS Codes

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

#efdbff Text Font Color

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

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


#efdbff Background Color

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

This div background color is #efdbff


#efdbff Border Color

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

This div border color is #efdbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbff

#efdbff Color Palettes


Comments

No comments written yet.

Please login to write comment.