Color Hex Logo

#5feff7 Color Hex

#5FEFF7
(95,239,247)
0 Favorites   0 Comments

Color spaces of #5feff7

RGB 95239247
HSL0.510.900.67
HSV183°62°97°
CMYK 0.620.030.00   0.03
XYZ52.374370.881398.9167
Yxy70.88130.23570.3190
Hunter Lab84.1910-36.2915-10.7266
CIE-Lab87.4273-35.8897-15.3786

#5feff7 color RGB value is (95,239,247).

#5feff7 hex color red value is 95, green value is 239 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #5feff7 hue: 0.51 , saturation: 0.90 and the lightness value of 5feff7 is 0.67.

The process color (four color CMYK) of #5feff7 color hex is 0.62, 0.03, 0.00, 0.03. Web safe color of #5feff7 is #66ffff. Color #5feff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101111 11110111
Octal 137 357 367
Decimal 95 239 247
Hex 5F EF F7

RGB Percentages of Color #5feff7

%16.35
%41.14
%42.51

CMYK Percentages of Color #5feff7

%62
%3
%0
%3

Triadic Colors of #5feff7

#5feff7 #f75fef #eff75f

Analogous Colors of #5feff7

#5feff7 #5fa3f7 #5ff7b3

Monochromatic Colors of #5feff7

#5feff7

Complementary Color

#5feff7 #f7675f

#5feff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feff7 Color CSS Codes

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

#5feff7 Text Font Color

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

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


#5feff7 Background Color

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

This div background color is #5feff7


#5feff7 Border Color

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

This div border color is #5feff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feff7


Comments

No comments written yet.

Please login to write comment.