Color Hex Logo

#7fdddb Color Hex

#7FDDDB
(127,221,219)
0 Favorites   0 Comments

Color spaces of #7fdddb

RGB 127221219
HSL0.500.580.68
HSV179°43°87°
CMYK 0.430.000.01   0.13
XYZ47.395061.339476.3595
Yxy61.33940.25610.3314
Hunter Lab78.3195-29.0399-2.9826
CIE-Lab82.5609-28.3390-7.7580

#7fdddb color RGB value is (127,221,219).

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

The process color (four color CMYK) of #7fdddb color hex is 0.43, 0.00, 0.01, 0.13. Web safe color of #7fdddb is #66cccc. Color #7fdddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 11011011
Octal 177 335 333
Decimal 127 221 219
Hex 7F DD DB

RGB Percentages of Color #7fdddb

%22.40
%38.98
%38.62

CMYK Percentages of Color #7fdddb

%43
%0
%1
%13

Triadic Colors of #7fdddb

#7fdddb #db7fdd #dddb7f

Analogous Colors of #7fdddb

#7fdddb #7fb0dd #7fddac

Monochromatic Colors of #7fdddb

#7fdddb

Complementary Color

#7fdddb #dd7f81

#7fdddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdddb Color CSS Codes

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

#7fdddb Text Font Color

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

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


#7fdddb Background Color

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

This div background color is #7fdddb


#7fdddb Border Color

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

This div border color is #7fdddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdddb


Comments

No comments written yet.

Please login to write comment.