Color Hex Logo

#7fefff Color Hex

#7FEFFF
(127,239,255)
1 Favorites   0 Comments

Color spaces of #7fefff

RGB 127239255
HSL0.521.000.75
HSV188°50°100°
CMYK 0.500.060.00   0.00
XYZ57.668973.4650105.7484
Yxy73.46500.24340.3101
Hunter Lab85.7117-29.8965-13.1519
CIE-Lab88.6690-27.8698-17.5982

#7fefff color RGB value is (127,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11111111
Octal 177 357 377
Decimal 127 239 255
Hex 7F EF FF

RGB Percentages of Color #7fefff

%20.45
%38.49
%41.06

CMYK Percentages of Color #7fefff

%50
%6
%0
%0

Triadic Colors of #7fefff

#7fefff #ff7fef #efff7f

Analogous Colors of #7fefff

#7fefff #7fafff #7fffcf

Monochromatic Colors of #7fefff

#7fefff

Complementary Color

#7fefff #ff8f7f

#7fefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefff Color CSS Codes

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

#7fefff Text Font Color

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

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


#7fefff Background Color

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

This div background color is #7fefff


#7fefff Border Color

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

This div border color is #7fefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefff

Related Colors


Comments

No comments written yet.

Please login to write comment.