Color Hex Logo

#7ab9fe Color Hex

#7AB9FE
(122,185,254)
0 Favorites   0 Comments

Color spaces of #7ab9fe

RGB 122185254
HSL0.590.990.74
HSV211°52°100°
CMYK 0.520.270.00   0.00
XYZ43.264445.9913100.3629
Yxy45.99130.22820.2425
Hunter Lab67.8169-4.8038-40.2721
CIE-Lab73.5399-1.3258-40.2619

#7ab9fe color RGB value is (122,185,254).

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

The process color (four color CMYK) of #7ab9fe color hex is 0.52, 0.27, 0.00, 0.00. Web safe color of #7ab9fe is #66ccff. Color #7ab9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111001 11111110
Octal 172 271 376
Decimal 122 185 254
Hex 7A B9 FE

RGB Percentages of Color #7ab9fe

%21.75
%32.98
%45.28

CMYK Percentages of Color #7ab9fe

%52
%27
%0
%0

Triadic Colors of #7ab9fe

#7ab9fe #fe7ab9 #b9fe7a

Analogous Colors of #7ab9fe

#7ab9fe #7d7afe #7afbfe

Monochromatic Colors of #7ab9fe

#7ab9fe

Complementary Color

#7ab9fe #febf7a

#7ab9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab9fe Color CSS Codes

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

#7ab9fe Text Font Color

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

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


#7ab9fe Background Color

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

This div background color is #7ab9fe


#7ab9fe Border Color

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

This div border color is #7ab9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab9fe


Comments

No comments written yet.

Please login to write comment.