Color Hex Logo

#7ad8fc Color Hex

#7AD8FC
(122,216,252)
0 Favorites   0 Comments

Color spaces of #7ad8fc

RGB 122216252
HSL0.550.960.73
HSV197°52°99°
CMYK 0.520.140.00   0.01
XYZ50.152660.2776101.0869
Yxy60.27760.23710.2850
Hunter Lab77.6387-20.5612-22.8496
CIE-Lab81.9888-18.3282-26.1616

#7ad8fc color RGB value is (122,216,252).

#7ad8fc hex color red value is 122, green value is 216 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7ad8fc hue: 0.55 , saturation: 0.96 and the lightness value of 7ad8fc is 0.73.

The process color (four color CMYK) of #7ad8fc color hex is 0.52, 0.14, 0.00, 0.01. Web safe color of #7ad8fc is #66ccff. Color #7ad8fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011000 11111100
Octal 172 330 374
Decimal 122 216 252
Hex 7A D8 FC

RGB Percentages of Color #7ad8fc

%20.68
%36.61
%42.71

CMYK Percentages of Color #7ad8fc

%52
%14
%0
%1

Triadic Colors of #7ad8fc

#7ad8fc #fc7ad8 #d8fc7a

Analogous Colors of #7ad8fc

#7ad8fc #7a97fc #7afcdf

Monochromatic Colors of #7ad8fc

#7ad8fc

Complementary Color

#7ad8fc #fc9e7a

#7ad8fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad8fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad8fc Color CSS Codes

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

#7ad8fc Text Font Color

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

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


#7ad8fc Background Color

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

This div background color is #7ad8fc


#7ad8fc Border Color

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

This div border color is #7ad8fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad8fc


Comments

No comments written yet.

Please login to write comment.