Color Hex Logo

#7ab9fc Color Hex

#7AB9FC
(122,185,252)
0 Favorites   0 Comments

Color spaces of #7ab9fc

RGB 122185252
HSL0.590.960.73
HSV211°52°99°
CMYK 0.520.270.00   0.01
XYZ42.945745.863898.6846
Yxy45.86380.22910.2446
Hunter Lab67.7228-5.3211-38.9905
CIE-Lab73.4571-1.9156-39.3136

#7ab9fc color RGB value is (122,185,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111001 11111100
Octal 172 271 374
Decimal 122 185 252
Hex 7A B9 FC

RGB Percentages of Color #7ab9fc

%21.82
%33.09
%45.08

CMYK Percentages of Color #7ab9fc

%52
%27
%0
%1

Triadic Colors of #7ab9fc

#7ab9fc #fc7ab9 #b9fc7a

Analogous Colors of #7ab9fc

#7ab9fc #7c7afc #7afafc

Monochromatic Colors of #7ab9fc

#7ab9fc

Complementary Color

#7ab9fc #fcbd7a

#7ab9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab9fc Color CSS Codes

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

#7ab9fc Text Font Color

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

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


#7ab9fc Background Color

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

This div background color is #7ab9fc


#7ab9fc Border Color

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

This div border color is #7ab9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab9fc


Comments

No comments written yet.

Please login to write comment.