Color Hex Logo

#7df5fc Color Hex

#7DF5FC
(125,245,252)
0 Favorites   0 Comments

Color spaces of #7df5fc

RGB 125245252
HSL0.510.950.74
HSV183°50°99°
CMYK 0.500.030.00   0.01
XYZ58.680576.6931103.8059
Yxy76.69310.24530.3207
Hunter Lab87.5746-33.6493-8.9767
CIE-Lab90.1802-31.9227-13.7725

#7df5fc color RGB value is (125,245,252).

#7df5fc hex color red value is 125, green value is 245 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7df5fc hue: 0.51 , saturation: 0.95 and the lightness value of 7df5fc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11110101 11111100
Octal 175 365 374
Decimal 125 245 252
Hex 7D F5 FC

RGB Percentages of Color #7df5fc

%20.10
%39.39
%40.51

CMYK Percentages of Color #7df5fc

%50
%3
%0
%1

Triadic Colors of #7df5fc

#7df5fc #fc7df5 #f5fc7d

Analogous Colors of #7df5fc

#7df5fc #7db6fc #7dfcc4

Monochromatic Colors of #7df5fc

#7df5fc

Complementary Color

#7df5fc #fc847d

#7df5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7df5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7df5fc Color CSS Codes

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

#7df5fc Text Font Color

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

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


#7df5fc Background Color

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

This div background color is #7df5fc


#7df5fc Border Color

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

This div border color is #7df5fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,245,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7df5fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7df5fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7df5fc;
  box-shadow:         1px 1px 3px 2px #7df5fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,245,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7df5fc


Comments

No comments written yet.

Please login to write comment.