Color Hex Logo

#7fdebd Color Hex

#7FDEBD
(127,222,189)
0 Favorites   0 Comments

Color spaces of #7fdebd

RGB 127222189
HSL0.440.590.68
HSV159°43°87°
CMYK 0.430.000.15   0.13
XYZ44.059060.428757.4859
Yxy60.42870.27200.3731
Hunter Lab77.7359-34.867910.5700
CIE-Lab82.0707-35.75607.4418

#7fdebd color RGB value is (127,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011110 10111101
Octal 177 336 275
Decimal 127 222 189
Hex 7F DE BD

RGB Percentages of Color #7fdebd

%23.61
%41.26
%35.13

CMYK Percentages of Color #7fdebd

%43
%0
%15
%13

Triadic Colors of #7fdebd

#7fdebd #bd7fde #debd7f

Analogous Colors of #7fdebd

#7fdebd #7fd0de #7fde8e

Monochromatic Colors of #7fdebd

#7fdebd

Complementary Color

#7fdebd #de7fa0

#7fdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdebd Color CSS Codes

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

#7fdebd Text Font Color

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

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


#7fdebd Background Color

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

This div background color is #7fdebd


#7fdebd Border Color

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

This div border color is #7fdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdebd


Comments

No comments written yet.

Please login to write comment.