Color Hex Logo

#efbefe Color Hex

#EFBEFE
(239,190,254)
0 Favorites   0 Comments

Color spaces of #efbefe

RGB 239190254
HSL0.790.970.87
HSV286°25°100°
CMYK 0.060.250.00   0.00
XYZ71.899562.3334102.0080
Yxy62.33340.30430.2639
Hunter Lab78.951524.3911-21.3386
CIE-Lab83.090428.4674-24.8532

#efbefe color RGB value is (239,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11111110
Octal 357 276 376
Decimal 239 190 254
Hex EF BE FE

RGB Percentages of Color #efbefe

%34.99
%27.82
%37.19

CMYK Percentages of Color #efbefe

%6
%25
%0
%0

Triadic Colors of #efbefe

#efbefe #feefbe #befeef

Analogous Colors of #efbefe

#efbefe #febeed #cfbefe

Monochromatic Colors of #efbefe

#efbefe

Complementary Color

#efbefe #cdfebe

#efbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbefe Color CSS Codes

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

#efbefe Text Font Color

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

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


#efbefe Background Color

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

This div background color is #efbefe


#efbefe Border Color

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

This div border color is #efbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbefe

Related Colors


Comments

No comments written yet.

Please login to write comment.