Color Hex Logo

#7adbed Color Hex

#7ADBED
(122,219,237)
1 Favorites   0 Comments

Color spaces of #7adbed

RGB 122219237
HSL0.530.760.70
HSV189°49°93°
CMYK 0.490.080.00   0.07
XYZ48.643660.915089.3148
Yxy60.91500.24460.3063
Hunter Lab78.0481-25.3337-13.2152
CIE-Lab82.3330-23.9053-17.6798

#7adbed color RGB value is (122,219,237).

#7adbed hex color red value is 122, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7adbed hue: 0.53 , saturation: 0.76 and the lightness value of 7adbed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 11101101
Octal 172 333 355
Decimal 122 219 237
Hex 7A DB ED

RGB Percentages of Color #7adbed

%21.11
%37.89
%41.00

CMYK Percentages of Color #7adbed

%49
%8
%0
%7

Triadic Colors of #7adbed

#7adbed #ed7adb #dbed7a

Analogous Colors of #7adbed

#7adbed #7aa2ed #7aedc6

Monochromatic Colors of #7adbed

#7adbed

Complementary Color

#7adbed #ed8c7a

#7adbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adbed Color CSS Codes

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

#7adbed Text Font Color

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

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


#7adbed Background Color

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

This div background color is #7adbed


#7adbed Border Color

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

This div border color is #7adbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adbed


Comments

No comments written yet.

Please login to write comment.