Color Hex Logo

#7ddbcd Color Hex

#7DDBCD
(125,219,205)
0 Favorites   0 Comments

Color spaces of #7ddbcd

RGB 125219205
HSL0.480.570.67
HSV171°43°86°
CMYK 0.430.000.06   0.14
XYZ44.808459.430866.8672
Yxy59.43080.26190.3473
Hunter Lab77.0914-31.15902.5372
CIE-Lab81.5278-31.2345-1.8481

#7ddbcd color RGB value is (125,219,205).

#7ddbcd hex color red value is 125, green value is 219 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7ddbcd hue: 0.48 , saturation: 0.57 and the lightness value of 7ddbcd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 11001101
Octal 175 333 315
Decimal 125 219 205
Hex 7D DB CD

RGB Percentages of Color #7ddbcd

%22.77
%39.89
%37.34

CMYK Percentages of Color #7ddbcd

%43
%0
%6
%14

Triadic Colors of #7ddbcd

#7ddbcd #cd7ddb #dbcd7d

Analogous Colors of #7ddbcd

#7ddbcd #7dbadb #7ddb9e

Monochromatic Colors of #7ddbcd

#7ddbcd

Complementary Color

#7ddbcd #db7d8b

#7ddbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbcd Color CSS Codes

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

#7ddbcd Text Font Color

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

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


#7ddbcd Background Color

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

This div background color is #7ddbcd


#7ddbcd Border Color

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

This div border color is #7ddbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbcd


Comments

No comments written yet.

Please login to write comment.