Color Hex Logo

#7dcdbe Color Hex

#7DCDBE
(125,205,190)
0 Favorites   0 Comments

Color spaces of #7dcdbe

RGB 125205190
HSL0.470.440.65
HSV169°39°80°
CMYK 0.390.000.07   0.20
XYZ39.583051.740356.6158
Yxy51.74030.26760.3497
Hunter Lab71.9307-27.65143.6851
CIE-Lab77.1253-28.0143-0.2650

#7dcdbe color RGB value is (125,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001101 10111110
Octal 175 315 276
Decimal 125 205 190
Hex 7D CD BE

RGB Percentages of Color #7dcdbe

%24.04
%39.42
%36.54

CMYK Percentages of Color #7dcdbe

%39
%0
%7
%20

Triadic Colors of #7dcdbe

#7dcdbe #be7dcd #cdbe7d

Analogous Colors of #7dcdbe

#7dcdbe #7db4cd #7dcd96

Monochromatic Colors of #7dcdbe

#7dcdbe

Complementary Color

#7dcdbe #cd7d8c

#7dcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcdbe Color CSS Codes

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

#7dcdbe Text Font Color

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

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


#7dcdbe Background Color

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

This div background color is #7dcdbe


#7dcdbe Border Color

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

This div border color is #7dcdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcdbe


Comments

No comments written yet.

Please login to write comment.