Color Hex Logo

#7fddbf Color Hex

#7FDDBF
(127,221,191)
0 Favorites   0 Comments

Color spaces of #7fddbf

RGB 127221191
HSL0.450.580.68
HSV161°43°87°
CMYK 0.430.000.14   0.13
XYZ44.012859.986558.5491
Yxy59.98650.27080.3690
Hunter Lab77.4510-34.10369.3954
CIE-Lab81.8309-34.85766.0379

#7fddbf color RGB value is (127,221,191).

#7fddbf hex color red value is 127, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7fddbf hue: 0.45 , saturation: 0.58 and the lightness value of 7fddbf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 10111111
Octal 177 335 277
Decimal 127 221 191
Hex 7F DD BF

RGB Percentages of Color #7fddbf

%23.56
%41.00
%35.44

CMYK Percentages of Color #7fddbf

%43
%0
%14
%13

Triadic Colors of #7fddbf

#7fddbf #bf7fdd #ddbf7f

Analogous Colors of #7fddbf

#7fddbf #7fccdd #7fdd90

Monochromatic Colors of #7fddbf

#7fddbf

Complementary Color

#7fddbf #dd7f9d

#7fddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fddbf Color CSS Codes

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

#7fddbf Text Font Color

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

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


#7fddbf Background Color

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

This div background color is #7fddbf


#7fddbf Border Color

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

This div border color is #7fddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fddbf


Comments

No comments written yet.

Please login to write comment.