Color Hex Logo

#7abeed Color Hex

#7ABEED
(122,190,237)
0 Favorites   0 Comments

Color spaces of #7abeed

RGB 122190237
HSL0.570.760.70
HSV205°49°93°
CMYK 0.490.200.00   0.07
XYZ41.725647.078987.0087
Yxy47.07890.23730.2678
Hunter Lab68.6141-11.5252-27.1551
CIE-Lab74.2402-8.9596-30.0075

#7abeed color RGB value is (122,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11101101
Octal 172 276 355
Decimal 122 190 237
Hex 7A BE ED

RGB Percentages of Color #7abeed

%22.22
%34.61
%43.17

CMYK Percentages of Color #7abeed

%49
%20
%0
%7

Triadic Colors of #7abeed

#7abeed #ed7abe #beed7a

Analogous Colors of #7abeed

#7abeed #7a85ed #7aede3

Monochromatic Colors of #7abeed

#7abeed

Complementary Color

#7abeed #eda97a

#7abeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abeed Color CSS Codes

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

#7abeed Text Font Color

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

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


#7abeed Background Color

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

This div background color is #7abeed


#7abeed Border Color

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

This div border color is #7abeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abeed


Comments

No comments written yet.

Please login to write comment.