Color Hex Logo

#7ab5be Color Hex

#7AB5BE
(122,181,190)
0 Favorites   0 Comments

Color spaces of #7ab5be

RGB 122181190
HSL0.520.340.61
HSV188°36°75°
CMYK 0.360.050.00   0.25
XYZ33.844240.903054.8265
Yxy40.90300.26120.3157
Hunter Lab63.9555-17.4627-6.0582
CIE-Lab70.1079-16.7617-10.6515

#7ab5be color RGB value is (122,181,190).

#7ab5be hex color red value is 122, green value is 181 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7ab5be hue: 0.52 , saturation: 0.34 and the lightness value of 7ab5be is 0.61.

The process color (four color CMYK) of #7ab5be color hex is 0.36, 0.05, 0.00, 0.25. Web safe color of #7ab5be is #66cccc. Color #7ab5be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10110101 10111110
Octal 172 265 276
Decimal 122 181 190
Hex 7A B5 BE

RGB Percentages of Color #7ab5be

%24.75
%36.71
%38.54

CMYK Percentages of Color #7ab5be

%36
%5
%0
%25

Triadic Colors of #7ab5be

#7ab5be #be7ab5 #b5be7a

Analogous Colors of #7ab5be

#7ab5be #7a93be #7abea5

Monochromatic Colors of #7ab5be

#7ab5be

Complementary Color

#7ab5be #be837a

#7ab5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab5be Color CSS Codes

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

#7ab5be Text Font Color

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

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


#7ab5be Background Color

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

This div background color is #7ab5be


#7ab5be Border Color

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

This div border color is #7ab5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab5be


Comments

No comments written yet.

Please login to write comment.