Color Hex Logo

#efbff6 Color Hex

#EFBFF6
(239,191,246)
0 Favorites   0 Comments

Color spaces of #efbff6

RGB 239191246
HSL0.810.750.86
HSV292°22°96°
CMYK 0.030.220.00   0.04
XYZ70.862062.266195.4725
Yxy62.26610.31000.2724
Hunter Lab78.908922.2066-16.4993
CIE-Lab83.054726.4192-20.6428

#efbff6 color RGB value is (239,191,246).

#efbff6 hex color red value is 239, green value is 191 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #efbff6 hue: 0.81 , saturation: 0.75 and the lightness value of efbff6 is 0.86.

The process color (four color CMYK) of #efbff6 color hex is 0.03, 0.22, 0.00, 0.04. Web safe color of #efbff6 is #ffccff. Color #efbff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 11110110
Octal 357 277 366
Decimal 239 191 246
Hex EF BF F6

RGB Percentages of Color #efbff6

%35.36
%28.25
%36.39

CMYK Percentages of Color #efbff6

%3
%22
%0
%4

Triadic Colors of #efbff6

#efbff6 #f6efbf #bff6ef

Analogous Colors of #efbff6

#efbff6 #f6bfe2 #d4bff6

Monochromatic Colors of #efbff6

#efbff6

Complementary Color

#efbff6 #c6f6bf

#efbff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbff6 Color CSS Codes

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

#efbff6 Text Font Color

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

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


#efbff6 Background Color

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

This div background color is #efbff6


#efbff6 Border Color

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

This div border color is #efbff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbff6


Comments

No comments written yet.

Please login to write comment.