Color Hex Logo

#7dc8ab Color Hex

#7DC8AB
(125,200,171)
0 Favorites   0 Comments

Color spaces of #7dc8ab

RGB 125200171
HSL0.440.410.64
HSV157°38°78°
CMYK 0.380.000.15   0.22
XYZ36.462448.608845.9887
Yxy48.60880.27820.3709
Hunter Lab69.7200-28.65759.6952
CIE-Lab75.2073-29.82927.1956

#7dc8ab color RGB value is (125,200,171).

#7dc8ab hex color red value is 125, green value is 200 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7dc8ab hue: 0.44 , saturation: 0.41 and the lightness value of 7dc8ab is 0.64.

The process color (four color CMYK) of #7dc8ab color hex is 0.38, 0.00, 0.15, 0.22. Web safe color of #7dc8ab is #66cc99. Color #7dc8ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001000 10101011
Octal 175 310 253
Decimal 125 200 171
Hex 7D C8 AB

RGB Percentages of Color #7dc8ab

%25.20
%40.32
%34.48

CMYK Percentages of Color #7dc8ab

%38
%0
%15
%22

Triadic Colors of #7dc8ab

#7dc8ab #ab7dc8 #c8ab7d

Analogous Colors of #7dc8ab

#7dc8ab #7dc0c8 #7dc886

Monochromatic Colors of #7dc8ab

#7dc8ab

Complementary Color

#7dc8ab #c87d9a

#7dc8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc8ab Color CSS Codes

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

#7dc8ab Text Font Color

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

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


#7dc8ab Background Color

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

This div background color is #7dc8ab


#7dc8ab Border Color

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

This div border color is #7dc8ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,200,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dc8ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dc8ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7dc8ab;
  box-shadow:         1px 1px 3px 2px #7dc8ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,200,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc8ab


Comments

No comments written yet.

Please login to write comment.