Color Hex Logo

#efbdfb Color Hex

#EFBDFB
(239,189,251)
0 Favorites   0 Comments

Color spaces of #efbdfb

RGB 239189251
HSL0.800.890.86
HSV288°25°98°
CMYK 0.050.250.00   0.02
XYZ71.206861.710999.4252
Yxy61.71090.30650.2656
Hunter Lab78.556324.3266-20.0513
CIE-Lab82.759428.4262-23.7580

#efbdfb color RGB value is (239,189,251).

#efbdfb hex color red value is 239, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #efbdfb hue: 0.80 , saturation: 0.89 and the lightness value of efbdfb is 0.86.

The process color (four color CMYK) of #efbdfb color hex is 0.05, 0.25, 0.00, 0.02. Web safe color of #efbdfb is #ffccff. Color #efbdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11111011
Octal 357 275 373
Decimal 239 189 251
Hex EF BD FB

RGB Percentages of Color #efbdfb

%35.20
%27.84
%36.97

CMYK Percentages of Color #efbdfb

%5
%25
%0
%2

Triadic Colors of #efbdfb

#efbdfb #fbefbd #bdfbef

Analogous Colors of #efbdfb

#efbdfb #fbbde8 #d0bdfb

Monochromatic Colors of #efbdfb

#efbdfb

Complementary Color

#efbdfb #c9fbbd

#efbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdfb Color CSS Codes

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

#efbdfb Text Font Color

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

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


#efbdfb Background Color

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

This div background color is #efbdfb


#efbdfb Border Color

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

This div border color is #efbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdfb


Comments

No comments written yet.

Please login to write comment.