Color Hex Logo

#7abbbd Color Hex

#7ABBBD
(122,187,189)
0 Favorites   0 Comments

Color spaces of #7abbbd

RGB 122187189
HSL0.500.340.61
HSV182°35°74°
CMYK 0.350.010.00   0.26
XYZ34.981743.352354.6682
Yxy43.35230.26300.3260
Hunter Lab65.8425-20.3883-3.1380
CIE-Lab71.7934-20.1001-7.5921

#7abbbd color RGB value is (122,187,189).

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

The process color (four color CMYK) of #7abbbd color hex is 0.35, 0.01, 0.00, 0.26. Web safe color of #7abbbd is #66cccc. Color #7abbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111011 10111101
Octal 172 273 275
Decimal 122 187 189
Hex 7A BB BD

RGB Percentages of Color #7abbbd

%24.50
%37.55
%37.95

CMYK Percentages of Color #7abbbd

%35
%1
%0
%26

Triadic Colors of #7abbbd

#7abbbd #bd7abb #bbbd7a

Analogous Colors of #7abbbd

#7abbbd #7a9abd #7abd9e

Monochromatic Colors of #7abbbd

#7abbbd

Complementary Color

#7abbbd #bd7c7a

#7abbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abbbd Color CSS Codes

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

#7abbbd Text Font Color

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

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


#7abbbd Background Color

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

This div background color is #7abbbd


#7abbbd Border Color

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

This div border color is #7abbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abbbd

#7abbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.