Color Hex Logo

#7afdbe Color Hex

#7AFDBE
(122,253,190)
0 Favorites   0 Comments

Color spaces of #7afdbe

RGB 122253190
HSL0.420.970.74
HSV151°52°99°
CMYK 0.520.000.25   0.01
XYZ52.445678.105861.0270
Yxy78.10580.27380.4077
Hunter Lab88.3775-48.733920.9229
CIE-Lab90.8282-50.362619.2878

#7afdbe color RGB value is (122,253,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111101 10111110
Octal 172 375 276
Decimal 122 253 190
Hex 7A FD BE

RGB Percentages of Color #7afdbe

%21.59
%44.78
%33.63

CMYK Percentages of Color #7afdbe

%52
%0
%25
%1

Triadic Colors of #7afdbe

#7afdbe #be7afd #fdbe7a

Analogous Colors of #7afdbe

#7afdbe #7afbfd #7afd7d

Monochromatic Colors of #7afdbe

#7afdbe

Complementary Color

#7afdbe #fd7ab9

#7afdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afdbe Color CSS Codes

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

#7afdbe Text Font Color

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

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


#7afdbe Background Color

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

This div background color is #7afdbe


#7afdbe Border Color

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

This div border color is #7afdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afdbe


Comments

No comments written yet.

Please login to write comment.