Color Hex Logo

#7abcbc Color Hex

#7ABCBC
(122,188,188)
0 Favorites   0 Comments

Color spaces of #7abcbc

RGB 122188188
HSL0.500.330.61
HSV180°35°74°
CMYK 0.350.000.00   0.26
XYZ35.086443.734954.1694
Yxy43.73490.26380.3289
Hunter Lab66.1324-21.0288-2.2721
CIE-Lab72.0509-20.8530-6.6632

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111100 10111100
Octal 172 274 274
Decimal 122 188 188
Hex 7A BC BC

RGB Percentages of Color #7abcbc

%24.50
%37.75
%37.75

CMYK Percentages of Color #7abcbc

%35
%0
%0
%26

Triadic Colors of #7abcbc

#7abcbc #bc7abc #bcbc7a

Analogous Colors of #7abcbc

#7abcbc #7a9bbc #7abc9b

Monochromatic Colors of #7abcbc

#7abcbc

Complementary Color

#7abcbc #bc7a7a

#7abcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abcbc Color CSS Codes

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

#7abcbc Text Font Color

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

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


#7abcbc Background Color

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

This div background color is #7abcbc


#7abcbc Border Color

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

This div border color is #7abcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abcbc


Comments

No comments written yet.

Please login to write comment.