Color Hex Logo

#7abfbd Color Hex

#7ABFBD
(122,191,189)
2 Favorites   0 Comments

Color spaces of #7abfbd

RGB 122191189
HSL0.500.350.61
HSV178°36°75°
CMYK 0.360.000.01   0.25
XYZ35.842145.073354.9550
Yxy45.07330.26380.3317
Hunter Lab67.1367-22.1937-1.5364
CIE-Lab72.9401-22.1289-5.8926

#7abfbd color RGB value is (122,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111111 10111101
Octal 172 277 275
Decimal 122 191 189
Hex 7A BF BD

RGB Percentages of Color #7abfbd

%24.30
%38.05
%37.65

CMYK Percentages of Color #7abfbd

%36
%0
%1
%25

Triadic Colors of #7abfbd

#7abfbd #bd7abf #bfbd7a

Analogous Colors of #7abfbd

#7abfbd #7a9fbf #7abf9b

Monochromatic Colors of #7abfbd

#7abfbd

Complementary Color

#7abfbd #bf7a7c

#7abfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abfbd Color CSS Codes

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

#7abfbd Text Font Color

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

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


#7abfbd Background Color

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

This div background color is #7abfbd


#7abfbd Border Color

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

This div border color is #7abfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abfbd


Comments

No comments written yet.

Please login to write comment.