Color Hex Logo

#7adbdf Color Hex

#7ADBDF
(122,219,223)
0 Favorites   0 Comments

Color spaces of #7adbdf

RGB 122219223
HSL0.510.610.68
HSV182°45°87°
CMYK 0.450.020.00   0.13
XYZ46.676860.128378.9578
Yxy60.12830.25130.3237
Hunter Lab77.5424-28.2509-6.0925
CIE-Lab81.9079-27.5374-10.8769

#7adbdf color RGB value is (122,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 11011111
Octal 172 333 337
Decimal 122 219 223
Hex 7A DB DF

RGB Percentages of Color #7adbdf

%21.63
%38.83
%39.54

CMYK Percentages of Color #7adbdf

%45
%2
%0
%13

Triadic Colors of #7adbdf

#7adbdf #df7adb #dbdf7a

Analogous Colors of #7adbdf

#7adbdf #7aa9df #7adfb1

Monochromatic Colors of #7adbdf

#7adbdf

Complementary Color

#7adbdf #df7e7a

#7adbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adbdf Color CSS Codes

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

#7adbdf Text Font Color

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

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


#7adbdf Background Color

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

This div background color is #7adbdf


#7adbdf Border Color

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

This div border color is #7adbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adbdf


Comments

No comments written yet.

Please login to write comment.