Color Hex Logo

#7dcddd Color Hex

#7DCDDD
(125,205,221)
0 Favorites   0 Comments

Color spaces of #7dcddd

RGB 125205221
HSL0.530.590.68
HSV190°43°87°
CMYK 0.430.070.00   0.13
XYZ43.339953.243176.3993
Yxy53.24310.25050.3078
Hunter Lab72.9679-21.6721-11.0007
CIE-Lab78.0183-20.4058-15.6209

#7dcddd color RGB value is (125,205,221).

#7dcddd hex color red value is 125, green value is 205 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7dcddd hue: 0.53 , saturation: 0.59 and the lightness value of 7dcddd is 0.68.

The process color (four color CMYK) of #7dcddd color hex is 0.43, 0.07, 0.00, 0.13. Web safe color of #7dcddd is #66cccc. Color #7dcddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001101 11011101
Octal 175 315 335
Decimal 125 205 221
Hex 7D CD DD

RGB Percentages of Color #7dcddd

%22.69
%37.21
%40.11

CMYK Percentages of Color #7dcddd

%43
%7
%0
%13

Triadic Colors of #7dcddd

#7dcddd #dd7dcd #cddd7d

Analogous Colors of #7dcddd

#7dcddd #7d9ddd #7dddbd

Monochromatic Colors of #7dcddd

#7dcddd

Complementary Color

#7dcddd #dd8d7d

#7dcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcddd Color CSS Codes

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

#7dcddd Text Font Color

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

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


#7dcddd Background Color

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

This div background color is #7dcddd


#7dcddd Border Color

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

This div border color is #7dcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcddd


Comments

No comments written yet.

Please login to write comment.