Color Hex Logo

#7abbfb Color Hex

#7ABBFB
(122,187,251)
0 Favorites   0 Comments

Color spaces of #7abbfb

RGB 122187251
HSL0.580.940.73
HSV210°51°98°
CMYK 0.510.250.00   0.02
XYZ43.209046.643397.9925
Yxy46.64330.23000.2483
Hunter Lab68.2959-6.5856-37.2635
CIE-Lab73.9610-3.3053-37.9912

#7abbfb color RGB value is (122,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111011 11111011
Octal 172 273 373
Decimal 122 187 251
Hex 7A BB FB

RGB Percentages of Color #7abbfb

%21.79
%33.39
%44.82

CMYK Percentages of Color #7abbfb

%51
%25
%0
%2

Triadic Colors of #7abbfb

#7abbfb #fb7abb #bbfb7a

Analogous Colors of #7abbfb

#7abbfb #7a7bfb #7afbfb

Monochromatic Colors of #7abbfb

#7abbfb

Complementary Color

#7abbfb #fbba7a

#7abbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abbfb Color CSS Codes

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

#7abbfb Text Font Color

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

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


#7abbfb Background Color

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

This div background color is #7abbfb


#7abbfb Border Color

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

This div border color is #7abbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abbfb


Comments

No comments written yet.

Please login to write comment.