Color Hex Logo

#7affdc Color Hex

#7AFFDC
(122,255,220)
0 Favorites   0 Comments

Color spaces of #7affdc

RGB 122255220
HSL0.461.000.74
HSV164°52°100°
CMYK 0.520.000.14   0.00
XYZ56.704380.824980.3223
Yxy80.82490.26030.3710
Hunter Lab89.9027-44.74449.9600
CIE-Lab92.0537-44.83245.5868

#7affdc color RGB value is (122,255,220).

#7affdc hex color red value is 122, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7affdc hue: 0.46 , saturation: 1.00 and the lightness value of 7affdc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111111 11011100
Octal 172 377 334
Decimal 122 255 220
Hex 7A FF DC

RGB Percentages of Color #7affdc

%20.44
%42.71
%36.85

CMYK Percentages of Color #7affdc

%52
%0
%14
%0

Triadic Colors of #7affdc

#7affdc #dc7aff #ffdc7a

Analogous Colors of #7affdc

#7affdc #7ae0ff #7aff9a

Monochromatic Colors of #7affdc

#7affdc

Complementary Color

#7affdc #ff7a9d

#7affdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7affdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7affdc Color CSS Codes

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

#7affdc Text Font Color

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

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


#7affdc Background Color

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

This div background color is #7affdc


#7affdc Border Color

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

This div border color is #7affdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7affdc


Comments

No comments written yet.

Please login to write comment.