Color Hex Logo

#7fdbbb Color Hex

#7FDBBB
(127,219,187)
0 Favorites   0 Comments

Color spaces of #7fdbbb

RGB 127219187
HSL0.440.560.68
HSV159°42°86°
CMYK 0.420.000.15   0.14
XYZ43.053658.762956.0869
Yxy58.76290.27270.3721
Hunter Lab76.6570-33.897010.2797
CIE-Lab81.1611-34.80157.1957

#7fdbbb color RGB value is (127,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011011 10111011
Octal 177 333 273
Decimal 127 219 187
Hex 7F DB BB

RGB Percentages of Color #7fdbbb

%23.83
%41.09
%35.08

CMYK Percentages of Color #7fdbbb

%42
%0
%15
%14

Triadic Colors of #7fdbbb

#7fdbbb #bb7fdb #dbbb7f

Analogous Colors of #7fdbbb

#7fdbbb #7fcddb #7fdb8d

Monochromatic Colors of #7fdbbb

#7fdbbb

Complementary Color

#7fdbbb #db7f9f

#7fdbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdbbb Color CSS Codes

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

#7fdbbb Text Font Color

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

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


#7fdbbb Background Color

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

This div background color is #7fdbbb


#7fdbbb Border Color

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

This div border color is #7fdbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdbbb


Comments

No comments written yet.

Please login to write comment.