Color Hex Logo

#7abbff Color Hex

#7ABBFF
(122,187,255)
5 Favorites   0 Comments

Color spaces of #7abbff

RGB 122187255
HSL0.591.000.74
HSV211°52°100°
CMYK 0.520.270.00   0.00
XYZ43.846446.8982101.3491
Yxy46.89820.22830.2441
Hunter Lab68.4823-5.5577-39.8076
CIE-Lab74.1246-2.1292-39.8892

#7abbff color RGB value is (122,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111011 11111111
Octal 172 273 377
Decimal 122 187 255
Hex 7A BB FF

RGB Percentages of Color #7abbff

%21.63
%33.16
%45.21

CMYK Percentages of Color #7abbff

%52
%27
%0
%0

Triadic Colors of #7abbff

#7abbff #ff7abb #bbff7a

Analogous Colors of #7abbff

#7abbff #7c7aff #7afeff

Monochromatic Colors of #7abbff

#7abbff

Complementary Color

#7abbff #ffbe7a

#7abbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abbff Color CSS Codes

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

#7abbff Text Font Color

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

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


#7abbff Background Color

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

This div background color is #7abbff


#7abbff Border Color

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

This div border color is #7abbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abbff

Related Colors

#7abbff Color Palettes


Comments

No comments written yet.

Please login to write comment.