Color Hex Logo

#7fedff Color Hex

#7FEDFF
(127,237,255)
0 Favorites   0 Comments

Color spaces of #7fedff

RGB 127237255
HSL0.521.000.75
HSV188°50°100°
CMYK 0.500.070.00   0.00
XYZ57.086672.3004105.5543
Yxy72.30040.24300.3077
Hunter Lab85.0296-28.9618-14.0808
CIE-Lab88.1130-26.9026-18.4356

#7fedff color RGB value is (127,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 11111111
Octal 177 355 377
Decimal 127 237 255
Hex 7F ED FF

RGB Percentages of Color #7fedff

%20.52
%38.29
%41.20

CMYK Percentages of Color #7fedff

%50
%7
%0
%0

Triadic Colors of #7fedff

#7fedff #ff7fed #edff7f

Analogous Colors of #7fedff

#7fedff #7fadff #7fffd1

Monochromatic Colors of #7fedff

#7fedff

Complementary Color

#7fedff #ff917f

#7fedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fedff Color CSS Codes

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

#7fedff Text Font Color

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

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


#7fedff Background Color

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

This div background color is #7fedff


#7fedff Border Color

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

This div border color is #7fedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fedff

Related Colors


Comments

No comments written yet.

Please login to write comment.