Color Hex Logo

#7affde Color Hex

#7AFFDE
(122,255,222)
0 Favorites   0 Comments

Color spaces of #7affde

RGB 122255222
HSL0.461.000.74
HSV165°52°100°
CMYK 0.520.000.13   0.00
XYZ56.970980.931581.7259
Yxy80.93150.25940.3685
Hunter Lab89.9619-44.39339.1114
CIE-Lab92.1012-44.37844.6221

#7affde color RGB value is (122,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111111 11011110
Octal 172 377 336
Decimal 122 255 222
Hex 7A FF DE

RGB Percentages of Color #7affde

%20.37
%42.57
%37.06

CMYK Percentages of Color #7affde

%52
%0
%13
%0

Triadic Colors of #7affde

#7affde #de7aff #ffde7a

Analogous Colors of #7affde

#7affde #7adeff #7aff9c

Monochromatic Colors of #7affde

#7affde

Complementary Color

#7affde #ff7a9b

#7affde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7affde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7affde Color CSS Codes

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

#7affde Text Font Color

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

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


#7affde Background Color

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

This div background color is #7affde


#7affde Border Color

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

This div border color is #7affde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7affde


Comments

No comments written yet.

Please login to write comment.