Color Hex Logo

#7dccbd Color Hex

#7DCCBD
(125,204,189)
0 Favorites   0 Comments

Color spaces of #7dccbd

RGB 125204189
HSL0.470.440.65
HSV169°39°80°
CMYK 0.390.000.07   0.20
XYZ39.235651.219855.9626
Yxy51.21980.26800.3498
Hunter Lab71.5680-27.38533.7358
CIE-Lab76.8120-27.7593-0.1843

#7dccbd color RGB value is (125,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 10111101
Octal 175 314 275
Decimal 125 204 189
Hex 7D CC BD

RGB Percentages of Color #7dccbd

%24.13
%39.38
%36.49

CMYK Percentages of Color #7dccbd

%39
%0
%7
%20

Triadic Colors of #7dccbd

#7dccbd #bd7dcc #ccbd7d

Analogous Colors of #7dccbd

#7dccbd #7db4cc #7dcc96

Monochromatic Colors of #7dccbd

#7dccbd

Complementary Color

#7dccbd #cc7d8c

#7dccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dccbd Color CSS Codes

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

#7dccbd Text Font Color

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

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


#7dccbd Background Color

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

This div background color is #7dccbd


#7dccbd Border Color

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

This div border color is #7dccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dccbd


Comments

No comments written yet.

Please login to write comment.