Color Hex Logo

#efbefd Color Hex

#EFBEFD
(239,190,253)
0 Favorites   0 Comments

Color spaces of #efbefd

RGB 239190253
HSL0.800.940.87
HSV287°25°99°
CMYK 0.060.250.00   0.01
XYZ71.739762.2695101.1666
Yxy62.26950.30500.2648
Hunter Lab78.911024.1839-20.7741
CIE-Lab83.056528.2757-24.3721

#efbefd color RGB value is (239,190,253).

#efbefd hex color red value is 239, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #efbefd hue: 0.80 , saturation: 0.94 and the lightness value of efbefd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11111101
Octal 357 276 375
Decimal 239 190 253
Hex EF BE FD

RGB Percentages of Color #efbefd

%35.04
%27.86
%37.10

CMYK Percentages of Color #efbefd

%6
%25
%0
%1

Triadic Colors of #efbefd

#efbefd #fdefbe #befdef

Analogous Colors of #efbefd

#efbefd #fdbeec #d0befd

Monochromatic Colors of #efbefd

#efbefd

Complementary Color

#efbefd #ccfdbe

#efbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbefd Color CSS Codes

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

#efbefd Text Font Color

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

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


#efbefd Background Color

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

This div background color is #efbefd


#efbefd Border Color

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

This div border color is #efbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbefd


Comments

No comments written yet.

Please login to write comment.