Color Hex Logo

#7aafbc Color Hex

#7AAFBC
(122,175,188)
0 Favorites   0 Comments

Color spaces of #7aafbc

RGB 122175188
HSL0.530.330.61
HSV192°35°74°
CMYK 0.350.070.00   0.26
XYZ32.433138.428453.2850
Yxy38.42840.26120.3095
Hunter Lab61.9906-15.0936-7.5702
CIE-Lab68.3352-14.1160-12.2025

#7aafbc color RGB value is (122,175,188).

#7aafbc hex color red value is 122, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7aafbc hue: 0.53 , saturation: 0.33 and the lightness value of 7aafbc is 0.61.

The process color (four color CMYK) of #7aafbc color hex is 0.35, 0.07, 0.00, 0.26. Web safe color of #7aafbc is #6699cc. Color #7aafbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101111 10111100
Octal 172 257 274
Decimal 122 175 188
Hex 7A AF BC

RGB Percentages of Color #7aafbc

%25.15
%36.08
%38.76

CMYK Percentages of Color #7aafbc

%35
%7
%0
%26

Triadic Colors of #7aafbc

#7aafbc #bc7aaf #afbc7a

Analogous Colors of #7aafbc

#7aafbc #7a8ebc #7abca8

Monochromatic Colors of #7aafbc

#7aafbc

Complementary Color

#7aafbc #bc877a

#7aafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aafbc Color CSS Codes

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

#7aafbc Text Font Color

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

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


#7aafbc Background Color

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

This div background color is #7aafbc


#7aafbc Border Color

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

This div border color is #7aafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aafbc


Comments

No comments written yet.

Please login to write comment.