Color Hex Logo

#7feeff Color Hex

#7FEEFF
(127,238,255)
1 Favorites   0 Comments

Color spaces of #7feeff

RGB 127238255
HSL0.521.000.75
HSV188°50°100°
CMYK 0.500.070.00   0.00
XYZ57.376972.8811105.6511
Yxy72.88110.24320.3089
Hunter Lab85.3704-29.4296-13.6157
CIE-Lab88.3910-27.3870-18.0168

#7feeff color RGB value is (127,238,255).

#7feeff hex color red value is 127, green value is 238 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7feeff hue: 0.52 , saturation: 1.00 and the lightness value of 7feeff is 0.75.

The process color (four color CMYK) of #7feeff color hex is 0.50, 0.07, 0.00, 0.00. Web safe color of #7feeff is #66ffff. Color #7feeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101110 11111111
Octal 177 356 377
Decimal 127 238 255
Hex 7F EE FF

RGB Percentages of Color #7feeff

%20.48
%38.39
%41.13

CMYK Percentages of Color #7feeff

%50
%7
%0
%0

Triadic Colors of #7feeff

#7feeff #ff7fee #eeff7f

Analogous Colors of #7feeff

#7feeff #7faeff #7fffd0

Monochromatic Colors of #7feeff

#7feeff

Complementary Color

#7feeff #ff907f

#7feeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feeff Color CSS Codes

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

#7feeff Text Font Color

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

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


#7feeff Background Color

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

This div background color is #7feeff


#7feeff Border Color

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

This div border color is #7feeff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,238,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7feeff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7feeff;
  -webkit-box-shadow: 1px 1px 3px 2px #7feeff;
  box-shadow:         1px 1px 3px 2px #7feeff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,238,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feeff


Comments

No comments written yet.

Please login to write comment.