Color Hex Logo

#7fdabf Color Hex

#7FDABF
(127,218,191)
0 Favorites   0 Comments

Color spaces of #7fdabf

RGB 127218191
HSL0.450.550.68
HSV162°42°85°
CMYK 0.420.000.12   0.15
XYZ43.227858.416458.2874
Yxy58.41640.27030.3653
Hunter Lab76.4306-32.79728.2858
CIE-Lab80.9697-33.45964.7959

#7fdabf color RGB value is (127,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 10111111
Octal 177 332 277
Decimal 127 218 191
Hex 7F DA BF

RGB Percentages of Color #7fdabf

%23.69
%40.67
%35.63

CMYK Percentages of Color #7fdabf

%42
%0
%12
%15

Triadic Colors of #7fdabf

#7fdabf #bf7fda #dabf7f

Analogous Colors of #7fdabf

#7fdabf #7fc8da #7fda92

Monochromatic Colors of #7fdabf

#7fdabf

Complementary Color

#7fdabf #da7f9a

#7fdabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdabf Color CSS Codes

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

#7fdabf Text Font Color

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

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


#7fdabf Background Color

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

This div background color is #7fdabf


#7fdabf Border Color

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

This div border color is #7fdabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdabf


Comments

No comments written yet.

Please login to write comment.