Color Hex Logo

#7aeffe Color Hex

#7AEFFE
(122,239,254)
0 Favorites   0 Comments

Color spaces of #7aeffe

RGB 122239254
HSL0.520.990.74
HSV187°52°100°
CMYK 0.520.060.00   0.00
XYZ56.781973.0263104.8687
Yxy73.02630.24200.3112
Hunter Lab85.4554-30.9405-12.9404
CIE-Lab88.4603-29.1514-17.4074

#7aeffe color RGB value is (122,239,254).

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

The process color (four color CMYK) of #7aeffe color hex is 0.52, 0.06, 0.00, 0.00. Web safe color of #7aeffe is #66ffff. Color #7aeffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101111 11111110
Octal 172 357 376
Decimal 122 239 254
Hex 7A EF FE

RGB Percentages of Color #7aeffe

%19.84
%38.86
%41.30

CMYK Percentages of Color #7aeffe

%52
%6
%0
%0

Triadic Colors of #7aeffe

#7aeffe #fe7aef #effe7a

Analogous Colors of #7aeffe

#7aeffe #7aadfe #7afecb

Monochromatic Colors of #7aeffe

#7aeffe

Complementary Color

#7aeffe #fe897a

#7aeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeffe Color CSS Codes

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

#7aeffe Text Font Color

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

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


#7aeffe Background Color

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

This div background color is #7aeffe


#7aeffe Border Color

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

This div border color is #7aeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeffe


Comments

No comments written yet.

Please login to write comment.