Color Hex Logo

#7adbce Color Hex

#7ADBCE
(122,219,206)
0 Favorites   0 Comments

Color spaces of #7adbce

RGB 122219206
HSL0.480.570.67
HSV172°44°86°
CMYK 0.440.000.06   0.14
XYZ44.498159.256867.4849
Yxy59.25680.25990.3460
Hunter Lab76.9784-31.52871.9070
CIE-Lab81.4325-31.7242-2.5342

#7adbce color RGB value is (122,219,206).

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

The process color (four color CMYK) of #7adbce color hex is 0.44, 0.00, 0.06, 0.14. Web safe color of #7adbce is #66cccc. Color #7adbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 11001110
Octal 172 333 316
Decimal 122 219 206
Hex 7A DB CE

RGB Percentages of Color #7adbce

%22.30
%40.04
%37.66

CMYK Percentages of Color #7adbce

%44
%0
%6
%14

Triadic Colors of #7adbce

#7adbce #ce7adb #dbce7a

Analogous Colors of #7adbce

#7adbce #7ab8db #7adb9e

Monochromatic Colors of #7adbce

#7adbce

Complementary Color

#7adbce #db7a87

#7adbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adbce Color CSS Codes

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

#7adbce Text Font Color

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

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


#7adbce Background Color

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

This div background color is #7adbce


#7adbce Border Color

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

This div border color is #7adbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adbce


Comments

No comments written yet.

Please login to write comment.