Color Hex Logo

#7ddcbe Color Hex

#7DDCBE
(125,220,190)
0 Favorites   0 Comments

Color spaces of #7ddcbe

RGB 125220190
HSL0.450.580.68
HSV161°43°86°
CMYK 0.430.000.14   0.14
XYZ43.344959.264157.8698
Yxy59.26410.27010.3693
Hunter Lab76.9832-34.21739.3187
CIE-Lab81.4365-35.12475.9895

#7ddcbe color RGB value is (125,220,190).

#7ddcbe hex color red value is 125, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7ddcbe hue: 0.45 , saturation: 0.58 and the lightness value of 7ddcbe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 10111110
Octal 175 334 276
Decimal 125 220 190
Hex 7D DC BE

RGB Percentages of Color #7ddcbe

%23.36
%41.12
%35.51

CMYK Percentages of Color #7ddcbe

%43
%0
%14
%14

Triadic Colors of #7ddcbe

#7ddcbe #be7ddc #dcbe7d

Analogous Colors of #7ddcbe

#7ddcbe #7dcbdc #7ddc8f

Monochromatic Colors of #7ddcbe

#7ddcbe

Complementary Color

#7ddcbe #dc7d9b

#7ddcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddcbe Color CSS Codes

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

#7ddcbe Text Font Color

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

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


#7ddcbe Background Color

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

This div background color is #7ddcbe


#7ddcbe Border Color

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

This div border color is #7ddcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddcbe


Comments

No comments written yet.

Please login to write comment.