Color Hex Logo

#7afaef Color Hex

#7AFAEF
(122,250,239)
0 Favorites   0 Comments

Color spaces of #7afaef

RGB 122250239
HSL0.490.930.73
HSV175°51°98°
CMYK 0.510.000.04   0.02
XYZ57.791678.740893.8139
Yxy78.74080.25090.3418
Hunter Lab88.7360-39.0353-0.5676
CIE-Lab91.1169-38.1210-5.6275

#7afaef color RGB value is (122,250,239).

#7afaef hex color red value is 122, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7afaef hue: 0.49 , saturation: 0.93 and the lightness value of 7afaef is 0.73.

The process color (four color CMYK) of #7afaef color hex is 0.51, 0.00, 0.04, 0.02. Web safe color of #7afaef is #66ffff. Color #7afaef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111010 11101111
Octal 172 372 357
Decimal 122 250 239
Hex 7A FA EF

RGB Percentages of Color #7afaef

%19.97
%40.92
%39.12

CMYK Percentages of Color #7afaef

%51
%0
%4
%2

Triadic Colors of #7afaef

#7afaef #ef7afa #faef7a

Analogous Colors of #7afaef

#7afaef #7ac5fa #7afaaf

Monochromatic Colors of #7afaef

#7afaef

Complementary Color

#7afaef #fa7a85

#7afaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afaef Color CSS Codes

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

#7afaef Text Font Color

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

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


#7afaef Background Color

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

This div background color is #7afaef


#7afaef Border Color

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

This div border color is #7afaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afaef


Comments

No comments written yet.

Please login to write comment.