Color Hex Logo

#efbdfc Color Hex

#EFBDFC
(239,189,252)
0 Favorites   0 Comments

Color spaces of #efbdfc

RGB 239189252
HSL0.800.910.86
HSV288°25°99°
CMYK 0.050.250.00   0.01
XYZ71.364961.7742100.2577
Yxy61.77420.30580.2647
Hunter Lab78.596624.5322-20.6127
CIE-Lab82.793228.6165-24.2399

#efbdfc color RGB value is (239,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11111100
Octal 357 275 374
Decimal 239 189 252
Hex EF BD FC

RGB Percentages of Color #efbdfc

%35.15
%27.79
%37.06

CMYK Percentages of Color #efbdfc

%5
%25
%0
%1

Triadic Colors of #efbdfc

#efbdfc #fcefbd #bdfcef

Analogous Colors of #efbdfc

#efbdfc #fcbdea #d0bdfc

Monochromatic Colors of #efbdfc

#efbdfc

Complementary Color

#efbdfc #cafcbd

#efbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdfc Color CSS Codes

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

#efbdfc Text Font Color

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

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


#efbdfc Background Color

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

This div background color is #efbdfc


#efbdfc Border Color

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

This div border color is #efbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.