Color Hex Logo

#7afdcc Color Hex

#7AFDCC
(122,253,204)
0 Favorites   0 Comments

Color spaces of #7afdcc

RGB 122253204
HSL0.440.970.74
HSV158°52°99°
CMYK 0.520.000.19   0.01
XYZ54.050478.747869.4778
Yxy78.74780.26720.3893
Hunter Lab88.7400-46.572815.6976
CIE-Lab91.1201-47.479812.5061

#7afdcc color RGB value is (122,253,204).

#7afdcc hex color red value is 122, green value is 253 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7afdcc hue: 0.44 , saturation: 0.97 and the lightness value of 7afdcc is 0.74.

The process color (four color CMYK) of #7afdcc color hex is 0.52, 0.00, 0.19, 0.01. Web safe color of #7afdcc is #66ffcc. Color #7afdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111101 11001100
Octal 172 375 314
Decimal 122 253 204
Hex 7A FD CC

RGB Percentages of Color #7afdcc

%21.07
%43.70
%35.23

CMYK Percentages of Color #7afdcc

%52
%0
%19
%1

Triadic Colors of #7afdcc

#7afdcc #cc7afd #fdcc7a

Analogous Colors of #7afdcc

#7afdcc #7aedfd #7afd8b

Monochromatic Colors of #7afdcc

#7afdcc

Complementary Color

#7afdcc #fd7aab

#7afdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afdcc Color CSS Codes

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

#7afdcc Text Font Color

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

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


#7afdcc Background Color

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

This div background color is #7afdcc


#7afdcc Border Color

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

This div border color is #7afdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.