Color Hex Logo

#7fdabb Color Hex

#7FDABB
(127,218,187)
0 Favorites   0 Comments

Color spaces of #7fdabb

RGB 127218187
HSL0.440.550.68
HSV160°42°85°
CMYK 0.420.000.14   0.15
XYZ42.793458.242756.0002
Yxy58.24270.27250.3709
Hunter Lab76.3169-33.46389.9157
CIE-Lab80.8735-34.33726.7825

#7fdabb color RGB value is (127,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 10111011
Octal 177 332 273
Decimal 127 218 187
Hex 7F DA BB

RGB Percentages of Color #7fdabb

%23.87
%40.98
%35.15

CMYK Percentages of Color #7fdabb

%42
%0
%14
%15

Triadic Colors of #7fdabb

#7fdabb #bb7fda #dabb7f

Analogous Colors of #7fdabb

#7fdabb #7fccda #7fda8e

Monochromatic Colors of #7fdabb

#7fdabb

Complementary Color

#7fdabb #da7f9e

#7fdabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdabb Color CSS Codes

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

#7fdabb Text Font Color

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

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


#7fdabb Background Color

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

This div background color is #7fdabb


#7fdabb Border Color

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

This div border color is #7fdabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdabb


Comments

No comments written yet.

Please login to write comment.