Color Hex Logo

#7fdeba Color Hex

#7FDEBA
(127,222,186)
0 Favorites   0 Comments

Color spaces of #7fdeba

RGB 127222186
HSL0.440.590.68
HSV157°43°87°
CMYK 0.430.000.16   0.13
XYZ43.736660.299755.7882
Yxy60.29970.27370.3773
Hunter Lab77.6529-35.355611.7613
CIE-Lab82.0008-36.40118.9286

#7fdeba color RGB value is (127,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011110 10111010
Octal 177 336 272
Decimal 127 222 186
Hex 7F DE BA

RGB Percentages of Color #7fdeba

%23.74
%41.50
%34.77

CMYK Percentages of Color #7fdeba

%43
%0
%16
%13

Triadic Colors of #7fdeba

#7fdeba #ba7fde #deba7f

Analogous Colors of #7fdeba

#7fdeba #7fd3de #7fde8b

Monochromatic Colors of #7fdeba

#7fdeba

Complementary Color

#7fdeba #de7fa3

#7fdeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdeba Color CSS Codes

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

#7fdeba Text Font Color

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

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


#7fdeba Background Color

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

This div background color is #7fdeba


#7fdeba Border Color

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

This div border color is #7fdeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdeba


Comments

No comments written yet.

Please login to write comment.