Color Hex Logo

#7abaf7 Color Hex

#7ABAF7
(122,186,247)
0 Favorites   0 Comments

Color spaces of #7abaf7

RGB 122186247
HSL0.580.890.72
HSV209°51°97°
CMYK 0.510.250.00   0.03
XYZ42.373445.970894.6356
Yxy45.97080.23160.2512
Hunter Lab67.8018-7.0977-35.2939
CIE-Lab73.5266-3.9271-36.5096

#7abaf7 color RGB value is (122,186,247).

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

The process color (four color CMYK) of #7abaf7 color hex is 0.51, 0.25, 0.00, 0.03. Web safe color of #7abaf7 is #66ccff. Color #7abaf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 11110111
Octal 172 272 367
Decimal 122 186 247
Hex 7A BA F7

RGB Percentages of Color #7abaf7

%21.98
%33.51
%44.50

CMYK Percentages of Color #7abaf7

%51
%25
%0
%3

Triadic Colors of #7abaf7

#7abaf7 #f77aba #baf77a

Analogous Colors of #7abaf7

#7abaf7 #7a7cf7 #7af7f6

Monochromatic Colors of #7abaf7

#7abaf7

Complementary Color

#7abaf7 #f7b77a

#7abaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abaf7 Color CSS Codes

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

#7abaf7 Text Font Color

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

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


#7abaf7 Background Color

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

This div background color is #7abaf7


#7abaf7 Border Color

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

This div border color is #7abaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abaf7


Comments

No comments written yet.

Please login to write comment.