Color Hex Logo

#7dccbf Color Hex

#7DCCBF
(125,204,191)
0 Favorites   0 Comments

Color spaces of #7dccbf

RGB 125204191
HSL0.470.440.65
HSV170°39°80°
CMYK 0.390.000.06   0.20
XYZ39.454351.307357.1141
Yxy51.30730.26680.3470
Hunter Lab71.6291-27.03072.8650
CIE-Lab76.8648-27.2966-1.1846

#7dccbf color RGB value is (125,204,191).

#7dccbf hex color red value is 125, green value is 204 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7dccbf hue: 0.47 , saturation: 0.44 and the lightness value of 7dccbf is 0.65.

The process color (four color CMYK) of #7dccbf color hex is 0.39, 0.00, 0.06, 0.20. Web safe color of #7dccbf is #66cccc. Color #7dccbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 10111111
Octal 175 314 277
Decimal 125 204 191
Hex 7D CC BF

RGB Percentages of Color #7dccbf

%24.04
%39.23
%36.73

CMYK Percentages of Color #7dccbf

%39
%0
%6
%20

Triadic Colors of #7dccbf

#7dccbf #bf7dcc #ccbf7d

Analogous Colors of #7dccbf

#7dccbf #7db2cc #7dcc98

Monochromatic Colors of #7dccbf

#7dccbf

Complementary Color

#7dccbf #cc7d8a

#7dccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dccbf Color CSS Codes

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

#7dccbf Text Font Color

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

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


#7dccbf Background Color

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

This div background color is #7dccbf


#7dccbf Border Color

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

This div border color is #7dccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dccbf


Comments

No comments written yet.

Please login to write comment.