Color Hex Logo

#7abfea Color Hex

#7ABFEA
(122,191,234)
0 Favorites   0 Comments

Color spaces of #7abfea

RGB 122191234
HSL0.560.730.70
HSV203°48°92°
CMYK 0.480.180.00   0.08
XYZ41.508147.339784.7917
Yxy47.33970.23900.2726
Hunter Lab68.8039-12.7210-24.9044
CIE-Lab74.4065-10.3379-28.1309

#7abfea color RGB value is (122,191,234).

#7abfea hex color red value is 122, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7abfea hue: 0.56 , saturation: 0.73 and the lightness value of 7abfea is 0.70.

The process color (four color CMYK) of #7abfea color hex is 0.48, 0.18, 0.00, 0.08. Web safe color of #7abfea is #66ccff. Color #7abfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111111 11101010
Octal 172 277 352
Decimal 122 191 234
Hex 7A BF EA

RGB Percentages of Color #7abfea

%22.30
%34.92
%42.78

CMYK Percentages of Color #7abfea

%48
%18
%0
%8

Triadic Colors of #7abfea

#7abfea #ea7abf #bfea7a

Analogous Colors of #7abfea

#7abfea #7a87ea #7aeadd

Monochromatic Colors of #7abfea

#7abfea

Complementary Color

#7abfea #eaa57a

#7abfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abfea Color CSS Codes

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

#7abfea Text Font Color

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

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


#7abfea Background Color

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

This div background color is #7abfea


#7abfea Border Color

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

This div border color is #7abfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abfea


Comments

No comments written yet.

Please login to write comment.