Color Hex Logo

#7afdfb Color Hex

#7AFDFB
(122,253,251)
0 Favorites   0 Comments

Color spaces of #7afdfb

RGB 122253251
HSL0.500.970.74
HSV179°52°99°
CMYK 0.520.000.01   0.01
XYZ60.563981.3532103.7775
Yxy81.35320.24650.3311
Hunter Lab90.1960-37.9856-5.0805
CIE-Lab92.2886-36.5038-10.1193

#7afdfb color RGB value is (122,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111101 11111011
Octal 172 375 373
Decimal 122 253 251
Hex 7A FD FB

RGB Percentages of Color #7afdfb

%19.49
%40.42
%40.10

CMYK Percentages of Color #7afdfb

%52
%0
%1
%1

Triadic Colors of #7afdfb

#7afdfb #fb7afd #fdfb7a

Analogous Colors of #7afdfb

#7afdfb #7abefd #7afdba

Monochromatic Colors of #7afdfb

#7afdfb

Complementary Color

#7afdfb #fd7a7c

#7afdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afdfb Color CSS Codes

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

#7afdfb Text Font Color

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

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


#7afdfb Background Color

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

This div background color is #7afdfb


#7afdfb Border Color

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

This div border color is #7afdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.