Color Hex Logo

#7ad3dd Color Hex

#7AD3DD
(122,211,221)
0 Favorites   0 Comments

Color spaces of #7ad3dd

RGB 122211221
HSL0.520.590.67
HSV186°45°87°
CMYK 0.450.050.00   0.13
XYZ44.371455.946676.8668
Yxy55.94660.25040.3158
Hunter Lab74.7975-25.0057-8.5721
CIE-Lab79.5834-24.1227-13.2842

#7ad3dd color RGB value is (122,211,221).

#7ad3dd hex color red value is 122, green value is 211 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7ad3dd hue: 0.52 , saturation: 0.59 and the lightness value of 7ad3dd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010011 11011101
Octal 172 323 335
Decimal 122 211 221
Hex 7A D3 DD

RGB Percentages of Color #7ad3dd

%22.02
%38.09
%39.89

CMYK Percentages of Color #7ad3dd

%45
%5
%0
%13

Triadic Colors of #7ad3dd

#7ad3dd #dd7ad3 #d3dd7a

Analogous Colors of #7ad3dd

#7ad3dd #7aa2dd #7addb6

Monochromatic Colors of #7ad3dd

#7ad3dd

Complementary Color

#7ad3dd #dd847a

#7ad3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad3dd Color CSS Codes

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

#7ad3dd Text Font Color

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

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


#7ad3dd Background Color

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

This div background color is #7ad3dd


#7ad3dd Border Color

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

This div border color is #7ad3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad3dd


Comments

No comments written yet.

Please login to write comment.