Color Hex Logo

#7aedfa Color Hex

#7AEDFA
(122,237,250)
1 Favorites   0 Comments

Color spaces of #7aedfa

RGB 122237250
HSL0.520.930.73
HSV186°51°98°
CMYK 0.510.050.00   0.02
XYZ55.565571.6081101.3356
Yxy71.60810.24320.3134
Hunter Lab84.6216-30.8784-11.7656
CIE-Lab87.7796-29.2463-16.3374

#7aedfa color RGB value is (122,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101101 11111010
Octal 172 355 372
Decimal 122 237 250
Hex 7A ED FA

RGB Percentages of Color #7aedfa

%20.03
%38.92
%41.05

CMYK Percentages of Color #7aedfa

%51
%5
%0
%2

Triadic Colors of #7aedfa

#7aedfa #fa7aed #edfa7a

Analogous Colors of #7aedfa

#7aedfa #7aadfa #7afac7

Monochromatic Colors of #7aedfa

#7aedfa

Complementary Color

#7aedfa #fa877a

#7aedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aedfa Color CSS Codes

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

#7aedfa Text Font Color

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

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


#7aedfa Background Color

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

This div background color is #7aedfa


#7aedfa Border Color

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

This div border color is #7aedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aedfa

#7aedfa Color Palettes


Comments

No comments written yet.

Please login to write comment.