Color Hex Logo

#7abafc Color Hex

#7ABAFC
(122,186,252)
0 Favorites   0 Comments

Color spaces of #7abafc

RGB 122186252
HSL0.580.960.73
HSV210°52°99°
CMYK 0.520.260.00   0.01
XYZ43.155646.283798.7546
Yxy46.28370.22930.2459
Hunter Lab68.0321-5.8263-38.4422
CIE-Lab73.7292-2.4647-38.8901

#7abafc color RGB value is (122,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 11111100
Octal 172 272 374
Decimal 122 186 252
Hex 7A BA FC

RGB Percentages of Color #7abafc

%21.79
%33.21
%45.00

CMYK Percentages of Color #7abafc

%52
%26
%0
%1

Triadic Colors of #7abafc

#7abafc #fc7aba #bafc7a

Analogous Colors of #7abafc

#7abafc #7b7afc #7afbfc

Monochromatic Colors of #7abafc

#7abafc

Complementary Color

#7abafc #fcbc7a

#7abafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abafc Color CSS Codes

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

#7abafc Text Font Color

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

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


#7abafc Background Color

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

This div background color is #7abafc


#7abafc Border Color

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

This div border color is #7abafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abafc


Comments

No comments written yet.

Please login to write comment.