Color Hex Logo

#7ddbaf Color Hex

#7DDBAF
(125,219,175)
0 Favorites   0 Comments

Color spaces of #7ddbaf

RGB 125219175
HSL0.420.570.67
HSV152°43°86°
CMYK 0.430.000.20   0.14
XYZ41.526858.118249.5867
Yxy58.11820.27830.3894
Hunter Lab76.2353-36.179514.8000
CIE-Lab80.8045-37.858313.0303

#7ddbaf color RGB value is (125,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 10101111
Octal 175 333 257
Decimal 125 219 175
Hex 7D DB AF

RGB Percentages of Color #7ddbaf

%24.08
%42.20
%33.72

CMYK Percentages of Color #7ddbaf

%43
%0
%20
%14

Triadic Colors of #7ddbaf

#7ddbaf #af7ddb #dbaf7d

Analogous Colors of #7ddbaf

#7ddbaf #7dd8db #7ddb80

Monochromatic Colors of #7ddbaf

#7ddbaf

Complementary Color

#7ddbaf #db7da9

#7ddbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddbaf Color CSS Codes

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

#7ddbaf Text Font Color

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

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


#7ddbaf Background Color

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

This div background color is #7ddbaf


#7ddbaf Border Color

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

This div border color is #7ddbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddbaf


Comments

No comments written yet.

Please login to write comment.