Color Hex Logo

#7afefb Color Hex

#7AFEFB
(122,254,251)
0 Favorites   0 Comments

Color spaces of #7afefb

RGB 122254251
HSL0.500.990.74
HSV179°52°100°
CMYK 0.520.000.01   0.00
XYZ60.880481.9862103.8830
Yxy81.98620.24670.3323
Hunter Lab90.5462-38.4382-4.6406
CIE-Lab92.5688-36.9631-9.7030

#7afefb color RGB value is (122,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111110 11111011
Octal 172 376 373
Decimal 122 254 251
Hex 7A FE FB

RGB Percentages of Color #7afefb

%19.46
%40.51
%40.03

CMYK Percentages of Color #7afefb

%52
%0
%1
%0

Triadic Colors of #7afefb

#7afefb #fb7afe #fefb7a

Analogous Colors of #7afefb

#7afefb #7abffe #7afeb9

Monochromatic Colors of #7afefb

#7afefb

Complementary Color

#7afefb #fe7a7d

#7afefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afefb Color CSS Codes

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

#7afefb Text Font Color

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

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


#7afefb Background Color

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

This div background color is #7afefb


#7afefb Border Color

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

This div border color is #7afefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,254,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 #7afefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afefb

Related Colors


Comments

No comments written yet.

Please login to write comment.