Color Hex Logo

#7abeea Color Hex

#7ABEEA
(122,190,234)
0 Favorites   0 Comments

Color spaces of #7abeea

RGB 122190234
HSL0.570.730.70
HSV204°48°92°
CMYK 0.480.190.00   0.08
XYZ41.290846.905084.7192
Yxy46.90500.23880.2713
Hunter Lab68.4872-12.2354-25.4011
CIE-Lab74.1290-9.8046-28.5570

#7abeea color RGB value is (122,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11101010
Octal 172 276 352
Decimal 122 190 234
Hex 7A BE EA

RGB Percentages of Color #7abeea

%22.34
%34.80
%42.86

CMYK Percentages of Color #7abeea

%48
%19
%0
%8

Triadic Colors of #7abeea

#7abeea #ea7abe #beea7a

Analogous Colors of #7abeea

#7abeea #7a86ea #7aeade

Monochromatic Colors of #7abeea

#7abeea

Complementary Color

#7abeea #eaa67a

#7abeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abeea Color CSS Codes

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

#7abeea Text Font Color

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

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


#7abeea Background Color

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

This div background color is #7abeea


#7abeea Border Color

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

This div border color is #7abeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,190,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 #7abeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abeea


Comments

No comments written yet.

Please login to write comment.