Color Hex Logo

#7abdaf Color Hex

#7ABDAF
(122,189,175)
0 Favorites   0 Comments

Color spaces of #7abdaf

RGB 122189175
HSL0.470.340.61
HSV167°35°74°
CMYK 0.350.000.07   0.26
XYZ33.961543.627947.1885
Yxy43.62790.27220.3496
Hunter Lab66.0514-23.81113.8780
CIE-Lab71.9791-24.41810.3359

#7abdaf color RGB value is (122,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111101 10101111
Octal 172 275 257
Decimal 122 189 175
Hex 7A BD AF

RGB Percentages of Color #7abdaf

%25.10
%38.89
%36.01

CMYK Percentages of Color #7abdaf

%35
%0
%7
%26

Triadic Colors of #7abdaf

#7abdaf #af7abd #bdaf7a

Analogous Colors of #7abdaf

#7abdaf #7aaabd #7abd8e

Monochromatic Colors of #7abdaf

#7abdaf

Complementary Color

#7abdaf #bd7a88

#7abdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7abdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7abdaf Color CSS Codes

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

#7abdaf Text Font Color

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

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


#7abdaf Background Color

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

This div background color is #7abdaf


#7abdaf Border Color

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

This div border color is #7abdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7abdaf


Comments

No comments written yet.

Please login to write comment.