Color Hex Logo

#7dd4bf Color Hex

#7DD4BF
(125,212,191)
0 Favorites   0 Comments

Color spaces of #7dd4bf

RGB 125212191
HSL0.460.500.66
HSV166°41°83°
CMYK 0.410.000.10   0.17
XYZ41.404955.208557.7643
Yxy55.20850.26820.3576
Hunter Lab74.3024-30.56045.9184
CIE-Lab79.1612-31.14692.1650

#7dd4bf color RGB value is (125,212,191).

#7dd4bf hex color red value is 125, green value is 212 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7dd4bf hue: 0.46 , saturation: 0.50 and the lightness value of 7dd4bf is 0.66.

The process color (four color CMYK) of #7dd4bf color hex is 0.41, 0.00, 0.10, 0.17. Web safe color of #7dd4bf is #66cccc. Color #7dd4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010100 10111111
Octal 175 324 277
Decimal 125 212 191
Hex 7D D4 BF

RGB Percentages of Color #7dd4bf

%23.67
%40.15
%36.17

CMYK Percentages of Color #7dd4bf

%41
%0
%10
%17

Triadic Colors of #7dd4bf

#7dd4bf #bf7dd4 #d4bf7d

Analogous Colors of #7dd4bf

#7dd4bf #7dbed4 #7dd494

Monochromatic Colors of #7dd4bf

#7dd4bf

Complementary Color

#7dd4bf #d47d92

#7dd4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd4bf Color CSS Codes

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

#7dd4bf Text Font Color

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

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


#7dd4bf Background Color

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

This div background color is #7dd4bf


#7dd4bf Border Color

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

This div border color is #7dd4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd4bf


Comments

No comments written yet.

Please login to write comment.