Color Hex Logo

#7afedb Color Hex

#7AFEDB
(122,254,219)
0 Favorites   0 Comments

Color spaces of #7afedb

RGB 122254219
HSL0.460.990.74
HSV164°52°100°
CMYK 0.520.000.14   0.00
XYZ56.254080.135779.5207
Yxy80.13570.26050.3712
Hunter Lab89.5185-44.48709.9948
CIE-Lab91.7457-44.62195.6589

#7afedb color RGB value is (122,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111110 11011011
Octal 172 376 333
Decimal 122 254 219
Hex 7A FE DB

RGB Percentages of Color #7afedb

%20.50
%42.69
%36.81

CMYK Percentages of Color #7afedb

%52
%0
%14
%0

Triadic Colors of #7afedb

#7afedb #db7afe #fedb7a

Analogous Colors of #7afedb

#7afedb #7adffe #7afe99

Monochromatic Colors of #7afedb

#7afedb

Complementary Color

#7afedb #fe7a9d

#7afedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afedb Color CSS Codes

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

#7afedb Text Font Color

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

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


#7afedb Background Color

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

This div background color is #7afedb


#7afedb Border Color

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

This div border color is #7afedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afedb


Comments

No comments written yet.

Please login to write comment.