Color Hex Logo

#7adfcd Color Hex

#7ADFCD
(122,223,205)
0 Favorites   0 Comments

Color spaces of #7adfcd

RGB 122223205
HSL0.470.610.68
HSV169°45°87°
CMYK 0.450.000.08   0.13
XYZ45.433261.320767.1991
Yxy61.32070.26120.3525
Hunter Lab78.3075-33.47443.9359
CIE-Lab82.5508-33.8437-0.3651

#7adfcd color RGB value is (122,223,205).

#7adfcd hex color red value is 122, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7adfcd hue: 0.47 , saturation: 0.61 and the lightness value of 7adfcd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011111 11001101
Octal 172 337 315
Decimal 122 223 205
Hex 7A DF CD

RGB Percentages of Color #7adfcd

%22.18
%40.55
%37.27

CMYK Percentages of Color #7adfcd

%45
%0
%8
%13

Triadic Colors of #7adfcd

#7adfcd #cd7adf #dfcd7a

Analogous Colors of #7adfcd

#7adfcd #7abfdf #7adf9b

Monochromatic Colors of #7adfcd

#7adfcd

Complementary Color

#7adfcd #df7a8c

#7adfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adfcd Color CSS Codes

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

#7adfcd Text Font Color

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

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


#7adfcd Background Color

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

This div background color is #7adfcd


#7adfcd Border Color

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

This div border color is #7adfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adfcd


Comments

No comments written yet.

Please login to write comment.