Color Hex Logo

#7ff1fd Color Hex

#7FF1FD
(127,241,253)
0 Favorites   0 Comments

Color spaces of #7ff1fd

RGB 127241253
HSL0.520.970.75
HSV186°50°99°
CMYK 0.500.050.00   0.01
XYZ57.937374.5145104.2576
Yxy74.51450.24480.3148
Hunter Lab86.3218-31.2578-11.1839
CIE-Lab89.1651-29.3524-15.8078

#7ff1fd color RGB value is (127,241,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11110001 11111101
Octal 177 361 375
Decimal 127 241 253
Hex 7F F1 FD

RGB Percentages of Color #7ff1fd

%20.45
%38.81
%40.74

CMYK Percentages of Color #7ff1fd

%50
%5
%0
%1

Triadic Colors of #7ff1fd

#7ff1fd #fd7ff1 #f1fd7f

Analogous Colors of #7ff1fd

#7ff1fd #7fb2fd #7ffdca

Monochromatic Colors of #7ff1fd

#7ff1fd

Complementary Color

#7ff1fd #fd8b7f

#7ff1fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ff1fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ff1fd Color CSS Codes

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

#7ff1fd Text Font Color

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

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


#7ff1fd Background Color

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

This div background color is #7ff1fd


#7ff1fd Border Color

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

This div border color is #7ff1fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ff1fd

Related Colors


Comments

No comments written yet.

Please login to write comment.