Color Hex Logo

#7dd1ba Color Hex

#7DD1BA
(125,209,186)
0 Favorites   0 Comments

Color spaces of #7dd1ba

RGB 125209186
HSL0.450.480.65
HSV164°40°82°
CMYK 0.400.000.11   0.18
XYZ40.120853.506154.6675
Yxy53.50610.27050.3608
Hunter Lab73.1479-30.10356.8928
CIE-Lab78.1729-30.84633.4075

#7dd1ba color RGB value is (125,209,186).

#7dd1ba hex color red value is 125, green value is 209 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7dd1ba hue: 0.45 , saturation: 0.48 and the lightness value of 7dd1ba is 0.65.

The process color (four color CMYK) of #7dd1ba color hex is 0.40, 0.00, 0.11, 0.18. Web safe color of #7dd1ba is #66cccc. Color #7dd1ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010001 10111010
Octal 175 321 272
Decimal 125 209 186
Hex 7D D1 BA

RGB Percentages of Color #7dd1ba

%24.04
%40.19
%35.77

CMYK Percentages of Color #7dd1ba

%40
%0
%11
%18

Triadic Colors of #7dd1ba

#7dd1ba #ba7dd1 #d1ba7d

Analogous Colors of #7dd1ba

#7dd1ba #7dbed1 #7dd190

Monochromatic Colors of #7dd1ba

#7dd1ba

Complementary Color

#7dd1ba #d17d94

#7dd1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd1ba Color CSS Codes

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

#7dd1ba Text Font Color

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

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


#7dd1ba Background Color

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

This div background color is #7dd1ba


#7dd1ba Border Color

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

This div border color is #7dd1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd1ba


Comments

No comments written yet.

Please login to write comment.