Color Hex Logo

#7adbde Color Hex

#7ADBDE
(122,219,222)
0 Favorites   0 Comments

Color spaces of #7adbde

RGB 122219222
HSL0.510.600.67
HSV182°45°87°
CMYK 0.450.010.00   0.13
XYZ46.542460.074578.2497
Yxy60.07450.25180.3250
Hunter Lab77.5077-28.4516-5.6021
CIE-Lab81.8787-27.7905-10.3885

#7adbde color RGB value is (122,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 11011110
Octal 172 333 336
Decimal 122 219 222
Hex 7A DB DE

RGB Percentages of Color #7adbde

%21.67
%38.90
%39.43

CMYK Percentages of Color #7adbde

%45
%1
%0
%13

Triadic Colors of #7adbde

#7adbde #de7adb #dbde7a

Analogous Colors of #7adbde

#7adbde #7aa9de #7adeaf

Monochromatic Colors of #7adbde

#7adbde

Complementary Color

#7adbde #de7d7a

#7adbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adbde Color CSS Codes

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

#7adbde Text Font Color

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

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


#7adbde Background Color

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

This div background color is #7adbde


#7adbde Border Color

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

This div border color is #7adbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adbde


Comments

No comments written yet.

Please login to write comment.