Color Hex Logo

#7dcdbd Color Hex

#7DCDBD
(125,205,189)
0 Favorites   0 Comments

Color spaces of #7dcdbd

RGB 125205189
HSL0.470.440.65
HSV168°39°80°
CMYK 0.390.000.08   0.20
XYZ39.474151.696756.0421
Yxy51.69670.26810.3512
Hunter Lab71.9004-27.82734.1173
CIE-Lab77.0991-28.24430.2350

#7dcdbd color RGB value is (125,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001101 10111101
Octal 175 315 275
Decimal 125 205 189
Hex 7D CD BD

RGB Percentages of Color #7dcdbd

%24.08
%39.50
%36.42

CMYK Percentages of Color #7dcdbd

%39
%0
%8
%20

Triadic Colors of #7dcdbd

#7dcdbd #bd7dcd #cdbd7d

Analogous Colors of #7dcdbd

#7dcdbd #7db5cd #7dcd95

Monochromatic Colors of #7dcdbd

#7dcdbd

Complementary Color

#7dcdbd #cd7d8d

#7dcdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcdbd Color CSS Codes

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

#7dcdbd Text Font Color

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

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


#7dcdbd Background Color

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

This div background color is #7dcdbd


#7dcdbd Border Color

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

This div border color is #7dcdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcdbd


Comments

No comments written yet.

Please login to write comment.