Color Hex Logo

#7dddbd Color Hex

#7DDDBD
(125,221,189)
0 Favorites   0 Comments

Color spaces of #7dddbd

RGB 125221189
HSL0.440.590.68
HSV160°43°87°
CMYK 0.430.000.14   0.13
XYZ43.499259.747057.3838
Yxy59.74700.27080.3720
Hunter Lab77.2962-34.815710.0911
CIE-Lab81.7005-35.80626.8993

#7dddbd color RGB value is (125,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 10111101
Octal 175 335 275
Decimal 125 221 189
Hex 7D DD BD

RGB Percentages of Color #7dddbd

%23.36
%41.31
%35.33

CMYK Percentages of Color #7dddbd

%43
%0
%14
%13

Triadic Colors of #7dddbd

#7dddbd #bd7ddd #ddbd7d

Analogous Colors of #7dddbd

#7dddbd #7dcddd #7ddd8d

Monochromatic Colors of #7dddbd

#7dddbd

Complementary Color

#7dddbd #dd7d9d

#7dddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dddbd Color CSS Codes

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

#7dddbd Text Font Color

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

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


#7dddbd Background Color

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

This div background color is #7dddbd


#7dddbd Border Color

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

This div border color is #7dddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dddbd


Comments

No comments written yet.

Please login to write comment.