Color Hex Logo

#7abcbd Color Hex

#7ABCBD
(122,188,189)
0 Favorites   0 Comments

Color spaces of #7abcbd

RGB 122188189
HSL0.500.340.61
HSV181°35°74°
CMYK 0.350.010.00   0.26
XYZ35.194643.778154.7392
Yxy43.77810.26320.3274
Hunter Lab66.1650-20.8408-2.7359
CIE-Lab72.0799-20.6096-7.1670

#7abcbd color RGB value is (122,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 10111101
Octal 172 274 275
Decimal 122 188 189
Hex 7A BC BD

RGB Percentages of Color #7abcbd

%24.45
%37.68
%37.88

CMYK Percentages of Color #7abcbd

%35
%1
%0
%26

Triadic Colors of #7abcbd

#7abcbd #bd7abc #bcbd7a

Analogous Colors of #7abcbd

#7abcbd #7a9bbd #7abd9d

Monochromatic Colors of #7abcbd

#7abcbd

Complementary Color

#7abcbd #bd7b7a

#7abcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcbd Color CSS Codes

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

#7abcbd Text Font Color

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

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


#7abcbd Background Color

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

This div background color is #7abcbd


#7abcbd Border Color

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

This div border color is #7abcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,188,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 #7abcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcbd


Comments

No comments written yet.

Please login to write comment.