Color Hex Logo

#7afaee Color Hex

#7AFAEE
(122,250,238)
0 Favorites   0 Comments

Color spaces of #7afaee

RGB 122250238
HSL0.480.930.73
HSV174°51°98°
CMYK 0.510.000.05   0.02
XYZ57.644378.681893.0379
Yxy78.68180.25130.3430
Hunter Lab88.7028-39.2300-0.0957
CIE-Lab91.0901-38.3658-5.1475

#7afaee color RGB value is (122,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111010 11101110
Octal 172 372 356
Decimal 122 250 238
Hex 7A FA EE

RGB Percentages of Color #7afaee

%20.00
%40.98
%39.02

CMYK Percentages of Color #7afaee

%51
%0
%5
%2

Triadic Colors of #7afaee

#7afaee #ee7afa #faee7a

Analogous Colors of #7afaee

#7afaee #7ac6fa #7afaae

Monochromatic Colors of #7afaee

#7afaee

Complementary Color

#7afaee #fa7a86

#7afaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afaee Color CSS Codes

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

#7afaee Text Font Color

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

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


#7afaee Background Color

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

This div background color is #7afaee


#7afaee Border Color

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

This div border color is #7afaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afaee


Comments

No comments written yet.

Please login to write comment.