Color Hex Logo

#7abee8 Color Hex

#7ABEE8
(122,190,232)
0 Favorites   0 Comments

Color spaces of #7abee8

RGB 122190232
HSL0.560.710.69
HSV203°47°91°
CMYK 0.470.180.00   0.09
XYZ41.005046.790783.2142
Yxy46.79070.23980.2736
Hunter Lab68.4037-12.7037-24.2446
CIE-Lab74.0557-10.3645-27.5875

#7abee8 color RGB value is (122,190,232).

#7abee8 hex color red value is 122, green value is 190 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #7abee8 hue: 0.56 , saturation: 0.71 and the lightness value of 7abee8 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11101000
Octal 172 276 350
Decimal 122 190 232
Hex 7A BE E8

RGB Percentages of Color #7abee8

%22.43
%34.93
%42.65

CMYK Percentages of Color #7abee8

%47
%18
%0
%9

Triadic Colors of #7abee8

#7abee8 #e87abe #bee87a

Analogous Colors of #7abee8

#7abee8 #7a87e8 #7ae8db

Monochromatic Colors of #7abee8

#7abee8

Complementary Color

#7abee8 #e8a47a

#7abee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abee8 Color CSS Codes

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

#7abee8 Text Font Color

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

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


#7abee8 Background Color

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

This div background color is #7abee8


#7abee8 Border Color

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

This div border color is #7abee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abee8


Comments

No comments written yet.

Please login to write comment.