Color Hex Logo

#7abbef Color Hex

#7ABBEF
(122,187,239)
0 Favorites   0 Comments

Color spaces of #7abbef

RGB 122187239
HSL0.570.790.71
HSV207°49°94°
CMYK 0.490.220.00   0.06
XYZ41.376445.910288.3421
Yxy45.91020.23560.2614
Hunter Lab67.7571-9.5724-29.8727
CIE-Lab73.4872-6.7770-32.2491

#7abbef color RGB value is (122,187,239).

#7abbef hex color red value is 122, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7abbef hue: 0.57 , saturation: 0.79 and the lightness value of 7abbef is 0.71.

The process color (four color CMYK) of #7abbef color hex is 0.49, 0.22, 0.00, 0.06. Web safe color of #7abbef is #66ccff. Color #7abbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111011 11101111
Octal 172 273 357
Decimal 122 187 239
Hex 7A BB EF

RGB Percentages of Color #7abbef

%22.26
%34.12
%43.61

CMYK Percentages of Color #7abbef

%49
%22
%0
%6

Triadic Colors of #7abbef

#7abbef #ef7abb #bbef7a

Analogous Colors of #7abbef

#7abbef #7a81ef #7aefe9

Monochromatic Colors of #7abbef

#7abbef

Complementary Color

#7abbef #efae7a

#7abbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abbef Color CSS Codes

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

#7abbef Text Font Color

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

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


#7abbef Background Color

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

This div background color is #7abbef


#7abbef Border Color

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

This div border color is #7abbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abbef


Comments

No comments written yet.

Please login to write comment.