Color Hex Logo

#7fddbd Color Hex

#7FDDBD
(127,221,189)
0 Favorites   0 Comments

Color spaces of #7fddbd

RGB 127221189
HSL0.440.580.68
HSV160°43°87°
CMYK 0.430.000.14   0.13
XYZ43.794259.899157.3976
Yxy59.89910.27190.3718
Hunter Lab77.3945-34.435010.2053
CIE-Lab81.7833-35.29427.0292

#7fddbd color RGB value is (127,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 10111101
Octal 177 335 275
Decimal 127 221 189
Hex 7F DD BD

RGB Percentages of Color #7fddbd

%23.65
%41.15
%35.20

CMYK Percentages of Color #7fddbd

%43
%0
%14
%13

Triadic Colors of #7fddbd

#7fddbd #bd7fdd #ddbd7f

Analogous Colors of #7fddbd

#7fddbd #7fcedd #7fdd8e

Monochromatic Colors of #7fddbd

#7fddbd

Complementary Color

#7fddbd #dd7f9f

#7fddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fddbd Color CSS Codes

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

#7fddbd Text Font Color

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

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


#7fddbd Background Color

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

This div background color is #7fddbd


#7fddbd Border Color

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

This div border color is #7fddbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,221,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fddbd


Comments

No comments written yet.

Please login to write comment.