Color Hex Logo

#7afdbb Color Hex

#7AFDBB
(122,253,187)
0 Favorites   0 Comments

Color spaces of #7afdbb

RGB 122253187
HSL0.420.970.74
HSV150°52°99°
CMYK 0.520.000.26   0.01
XYZ52.121077.976059.3175
Yxy77.97600.27520.4117
Hunter Lab88.3040-49.173321.9852
CIE-Lab90.7690-50.955320.7400

#7afdbb color RGB value is (122,253,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111101 10111011
Octal 172 375 273
Decimal 122 253 187
Hex 7A FD BB

RGB Percentages of Color #7afdbb

%21.71
%45.02
%33.27

CMYK Percentages of Color #7afdbb

%52
%0
%26
%1

Triadic Colors of #7afdbb

#7afdbb #bb7afd #fdbb7a

Analogous Colors of #7afdbb

#7afdbb #7afdfd #7bfd7a

Monochromatic Colors of #7afdbb

#7afdbb

Complementary Color

#7afdbb #fd7abc

#7afdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afdbb Color CSS Codes

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

#7afdbb Text Font Color

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

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


#7afdbb Background Color

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

This div background color is #7afdbb


#7afdbb Border Color

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

This div border color is #7afdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afdbb


Comments

No comments written yet.

Please login to write comment.