Color Hex Logo

#7fd5bf Color Hex

#7FD5BF
(127,213,191)
0 Favorites   0 Comments

Color spaces of #7fd5bf

RGB 127213191
HSL0.460.510.67
HSV165°40°84°
CMYK 0.400.000.10   0.16
XYZ41.950655.862157.8617
Yxy55.86210.26950.3588
Hunter Lab74.7410-30.60826.4185
CIE-Lab79.5353-31.10132.7190

#7fd5bf color RGB value is (127,213,191).

#7fd5bf hex color red value is 127, green value is 213 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7fd5bf hue: 0.46 , saturation: 0.51 and the lightness value of 7fd5bf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11010101 10111111
Octal 177 325 277
Decimal 127 213 191
Hex 7F D5 BF

RGB Percentages of Color #7fd5bf

%23.92
%40.11
%35.97

CMYK Percentages of Color #7fd5bf

%40
%0
%10
%16

Triadic Colors of #7fd5bf

#7fd5bf #bf7fd5 #d5bf7f

Analogous Colors of #7fd5bf

#7fd5bf #7fc0d5 #7fd594

Monochromatic Colors of #7fd5bf

#7fd5bf

Complementary Color

#7fd5bf #d57f95

#7fd5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fd5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fd5bf Color CSS Codes

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

#7fd5bf Text Font Color

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

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


#7fd5bf Background Color

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

This div background color is #7fd5bf


#7fd5bf Border Color

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

This div border color is #7fd5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fd5bf


Comments

No comments written yet.

Please login to write comment.