Color Hex Logo

#efbff7 Color Hex

#EFBFF7
(239,191,247)
0 Favorites   0 Comments

Color spaces of #efbff7

RGB 239191247
HSL0.810.780.86
HSV291°23°97°
CMYK 0.030.230.00   0.03
XYZ71.015962.327796.2832
Yxy62.32770.30930.2714
Hunter Lab78.947922.4071-17.0453
CIE-Lab83.087426.6065-21.1268

#efbff7 color RGB value is (239,191,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 11110111
Octal 357 277 367
Decimal 239 191 247
Hex EF BF F7

RGB Percentages of Color #efbff7

%35.30
%28.21
%36.48

CMYK Percentages of Color #efbff7

%3
%23
%0
%3

Triadic Colors of #efbff7

#efbff7 #f7efbf #bff7ef

Analogous Colors of #efbff7

#efbff7 #f7bfe3 #d3bff7

Monochromatic Colors of #efbff7

#efbff7

Complementary Color

#efbff7 #c7f7bf

#efbff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbff7 Color CSS Codes

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

#efbff7 Text Font Color

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

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


#efbff7 Background Color

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

This div background color is #efbff7


#efbff7 Border Color

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

This div border color is #efbff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbff7


Comments

No comments written yet.

Please login to write comment.