Color Hex Logo

#7ad5f0 Color Hex

#7AD5F0
(122,213,240)
0 Favorites   0 Comments

Color spaces of #7ad5f0

RGB 122213240
HSL0.540.800.71
HSV194°49°94°
CMYK 0.490.110.00   0.06
XYZ47.548558.017391.1305
Yxy58.01730.24170.2950
Hunter Lab76.1691-21.8674-17.6176
CIE-Lab80.7484-20.0992-21.6721

#7ad5f0 color RGB value is (122,213,240).

#7ad5f0 hex color red value is 122, green value is 213 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #7ad5f0 hue: 0.54 , saturation: 0.80 and the lightness value of 7ad5f0 is 0.71.

The process color (four color CMYK) of #7ad5f0 color hex is 0.49, 0.11, 0.00, 0.06. Web safe color of #7ad5f0 is #66ccff. Color #7ad5f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010101 11110000
Octal 172 325 360
Decimal 122 213 240
Hex 7A D5 F0

RGB Percentages of Color #7ad5f0

%21.22
%37.04
%41.74

CMYK Percentages of Color #7ad5f0

%49
%11
%0
%6

Triadic Colors of #7ad5f0

#7ad5f0 #f07ad5 #d5f07a

Analogous Colors of #7ad5f0

#7ad5f0 #7a9af0 #7af0d0

Monochromatic Colors of #7ad5f0

#7ad5f0

Complementary Color

#7ad5f0 #f0957a

#7ad5f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad5f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad5f0 Color CSS Codes

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

#7ad5f0 Text Font Color

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

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


#7ad5f0 Background Color

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

This div background color is #7ad5f0


#7ad5f0 Border Color

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

This div border color is #7ad5f0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,213,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad5f0

#7ad5f0 Color Palettes


Comments

No comments written yet.

Please login to write comment.