Color Hex Logo

#7dddda Color Hex

#7DDDDA
(125,221,218)
0 Favorites   0 Comments

Color spaces of #7dddda

RGB 125221218
HSL0.490.590.68
HSV178°43°87°
CMYK 0.430.000.01   0.13
XYZ46.968861.134875.6544
Yxy61.13480.25560.3327
Hunter Lab78.1887-29.6035-2.6361
CIE-Lab82.4512-29.0582-7.3986

#7dddda color RGB value is (125,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 11011010
Octal 175 335 332
Decimal 125 221 218
Hex 7D DD DA

RGB Percentages of Color #7dddda

%22.16
%39.18
%38.65

CMYK Percentages of Color #7dddda

%43
%0
%1
%13

Triadic Colors of #7dddda

#7dddda #da7ddd #ddda7d

Analogous Colors of #7dddda

#7dddda #7db0dd #7dddaa

Monochromatic Colors of #7dddda

#7dddda

Complementary Color

#7dddda #dd7d80

#7dddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dddda Color CSS Codes

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

#7dddda Text Font Color

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

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


#7dddda Background Color

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

This div background color is #7dddda


#7dddda Border Color

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

This div border color is #7dddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dddda

#7dddda Color Palettes


Comments

No comments written yet.

Please login to write comment.