Color Hex Logo

#7abeeb Color Hex

#7ABEEB
(122,190,235)
0 Favorites   0 Comments

Color spaces of #7abeeb

RGB 122190235
HSL0.570.740.70
HSV204°48°92°
CMYK 0.480.190.00   0.08
XYZ41.434946.962685.4781
Yxy46.96260.23830.2701
Hunter Lab68.5293-11.9996-25.9833
CIE-Lab74.1658-9.5236-29.0410

#7abeeb color RGB value is (122,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111110 11101011
Octal 172 276 353
Decimal 122 190 235
Hex 7A BE EB

RGB Percentages of Color #7abeeb

%22.30
%34.73
%42.96

CMYK Percentages of Color #7abeeb

%48
%19
%0
%8

Triadic Colors of #7abeeb

#7abeeb #eb7abe #beeb7a

Analogous Colors of #7abeeb

#7abeeb #7a86eb #7aebe0

Monochromatic Colors of #7abeeb

#7abeeb

Complementary Color

#7abeeb #eba77a

#7abeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abeeb Color CSS Codes

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

#7abeeb Text Font Color

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

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


#7abeeb Background Color

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

This div background color is #7abeeb


#7abeeb Border Color

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

This div border color is #7abeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abeeb


Comments

No comments written yet.

Please login to write comment.