Color Hex Logo

#7dd7be Color Hex

#7DD7BE
(125,215,190)
0 Favorites   0 Comments

Color spaces of #7dd7be

RGB 125215190
HSL0.450.530.67
HSV163°42°84°
CMYK 0.420.000.12   0.16
XYZ42.052156.678657.4389
Yxy56.67860.26930.3629
Hunter Lab75.2852-32.04427.4643
CIE-Lab79.9985-32.79113.9131

#7dd7be color RGB value is (125,215,190).

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

The process color (four color CMYK) of #7dd7be color hex is 0.42, 0.00, 0.12, 0.16. Web safe color of #7dd7be is #66cccc. Color #7dd7be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010111 10111110
Octal 175 327 276
Decimal 125 215 190
Hex 7D D7 BE

RGB Percentages of Color #7dd7be

%23.58
%40.57
%35.85

CMYK Percentages of Color #7dd7be

%42
%0
%12
%16

Triadic Colors of #7dd7be

#7dd7be #be7dd7 #d7be7d

Analogous Colors of #7dd7be

#7dd7be #7dc3d7 #7dd791

Monochromatic Colors of #7dd7be

#7dd7be

Complementary Color

#7dd7be #d77d96

#7dd7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd7be Color CSS Codes

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

#7dd7be Text Font Color

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

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


#7dd7be Background Color

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

This div background color is #7dd7be


#7dd7be Border Color

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

This div border color is #7dd7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd7be


Comments

No comments written yet.

Please login to write comment.