Color Hex Logo

#7abef2 Color Hex

#7ABEF2
(122,190,242)
0 Favorites   0 Comments

Color spaces of #7abef2

RGB 122190242
HSL0.570.820.71
HSV206°50°95°
CMYK 0.500.210.00   0.05
XYZ42.466547.375390.9105
Yxy47.37530.23490.2621
Hunter Lab68.8297-10.3212-30.1296
CIE-Lab74.4292-7.5382-32.4155

#7abef2 color RGB value is (122,190,242).

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

The process color (four color CMYK) of #7abef2 color hex is 0.50, 0.21, 0.00, 0.05. Web safe color of #7abef2 is #66ccff. Color #7abef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11110010
Octal 172 276 362
Decimal 122 190 242
Hex 7A BE F2

RGB Percentages of Color #7abef2

%22.02
%34.30
%43.68

CMYK Percentages of Color #7abef2

%50
%21
%0
%5

Triadic Colors of #7abef2

#7abef2 #f27abe #bef27a

Analogous Colors of #7abef2

#7abef2 #7a82f2 #7af2ea

Monochromatic Colors of #7abef2

#7abef2

Complementary Color

#7abef2 #f2ae7a

#7abef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abef2 Color CSS Codes

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

#7abef2 Text Font Color

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

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


#7abef2 Background Color

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

This div background color is #7abef2


#7abef2 Border Color

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

This div border color is #7abef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abef2


Comments

No comments written yet.

Please login to write comment.