Color Hex Logo

#7fdaba Color Hex

#7FDABA
(127,218,186)
0 Favorites   0 Comments

Color spaces of #7fdaba

RGB 127218186
HSL0.440.550.68
HSV159°42°85°
CMYK 0.420.000.15   0.15
XYZ42.686758.200055.4383
Yxy58.20000.27310.3723
Hunter Lab76.2889-33.627710.3169
CIE-Lab80.8499-34.55397.2794

#7fdaba color RGB value is (127,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 10111010
Octal 177 332 272
Decimal 127 218 186
Hex 7F DA BA

RGB Percentages of Color #7fdaba

%23.92
%41.05
%35.03

CMYK Percentages of Color #7fdaba

%42
%0
%15
%15

Triadic Colors of #7fdaba

#7fdaba #ba7fda #daba7f

Analogous Colors of #7fdaba

#7fdaba #7fcdda #7fda8d

Monochromatic Colors of #7fdaba

#7fdaba

Complementary Color

#7fdaba #da7f9f

#7fdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdaba Color CSS Codes

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

#7fdaba Text Font Color

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

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


#7fdaba Background Color

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

This div background color is #7fdaba


#7fdaba Border Color

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

This div border color is #7fdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdaba


Comments

No comments written yet.

Please login to write comment.