Color Hex Logo

#7adbdb Color Hex

#7ADBDB
(122,219,219)
0 Favorites   0 Comments

Color spaces of #7adbdb

RGB 122219219
HSL0.500.570.67
HSV180°44°86°
CMYK 0.440.000.00   0.14
XYZ46.143759.915176.1506
Yxy59.91510.25320.3288
Hunter Lab77.4048-29.0485-4.1459
CIE-Lab81.7920-28.5456-8.9214

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011011 11011011
Octal 172 333 333
Decimal 122 219 219
Hex 7A DB DB

RGB Percentages of Color #7adbdb

%21.79
%39.11
%39.11

CMYK Percentages of Color #7adbdb

%44
%0
%0
%14

Triadic Colors of #7adbdb

#7adbdb #db7adb #dbdb7a

Analogous Colors of #7adbdb

#7adbdb #7aabdb #7adbab

Monochromatic Colors of #7adbdb

#7adbdb

Complementary Color

#7adbdb #db7a7a

#7adbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adbdb Color CSS Codes

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

#7adbdb Text Font Color

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

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


#7adbdb Background Color

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

This div background color is #7adbdb


#7adbdb Border Color

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

This div border color is #7adbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adbdb


Comments

No comments written yet.

Please login to write comment.