Color Hex Logo

#7fdadb Color Hex

#7FDADB
(127,218,219)
0 Favorites   0 Comments

Color spaces of #7fdadb

RGB 127218219
HSL0.500.560.68
HSV181°42°86°
CMYK 0.420.000.00   0.14
XYZ46.610059.769376.0979
Yxy59.76930.25540.3275
Hunter Lab77.3106-27.6772-4.2425
CIE-Lab81.7126-26.8841-9.0173

#7fdadb color RGB value is (127,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 11011011
Octal 177 332 333
Decimal 127 218 219
Hex 7F DA DB

RGB Percentages of Color #7fdadb

%22.52
%38.65
%38.83

CMYK Percentages of Color #7fdadb

%42
%0
%0
%14

Triadic Colors of #7fdadb

#7fdadb #db7fda #dadb7f

Analogous Colors of #7fdadb

#7fdadb #7facdb #7fdbae

Monochromatic Colors of #7fdadb

#7fdadb

Complementary Color

#7fdadb #db807f

#7fdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdadb Color CSS Codes

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

#7fdadb Text Font Color

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

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


#7fdadb Background Color

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

This div background color is #7fdadb


#7fdadb Border Color

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

This div border color is #7fdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdadb


Comments

No comments written yet.

Please login to write comment.