Color Hex Logo

#7ad6df Color Hex

#7AD6DF
(122,214,223)
0 Favorites   0 Comments

Color spaces of #7ad6df

RGB 122214223
HSL0.510.610.68
HSV185°45°87°
CMYK 0.450.040.00   0.13
XYZ45.391957.558478.5295
Yxy57.55840.25010.3172
Hunter Lab75.8673-25.9699-8.2635
CIE-Lab80.4926-25.0907-12.9914

#7ad6df color RGB value is (122,214,223).

#7ad6df hex color red value is 122, green value is 214 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7ad6df hue: 0.51 , saturation: 0.61 and the lightness value of 7ad6df is 0.68.

The process color (four color CMYK) of #7ad6df color hex is 0.45, 0.04, 0.00, 0.13. Web safe color of #7ad6df is #66cccc. Color #7ad6df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010110 11011111
Octal 172 326 337
Decimal 122 214 223
Hex 7A D6 DF

RGB Percentages of Color #7ad6df

%21.82
%38.28
%39.89

CMYK Percentages of Color #7ad6df

%45
%4
%0
%13

Triadic Colors of #7ad6df

#7ad6df #df7ad6 #d6df7a

Analogous Colors of #7ad6df

#7ad6df #7aa4df #7adfb6

Monochromatic Colors of #7ad6df

#7ad6df

Complementary Color

#7ad6df #df837a

#7ad6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad6df Color CSS Codes

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

#7ad6df Text Font Color

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

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


#7ad6df Background Color

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

This div background color is #7ad6df


#7ad6df Border Color

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

This div border color is #7ad6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad6df


Comments

No comments written yet.

Please login to write comment.