Color Hex Logo

#7fdcdb Color Hex

#7FDCDB
(127,220,219)
0 Favorites   0 Comments

Color spaces of #7fdcdb

RGB 127220219
HSL0.500.570.68
HSV179°42°86°
CMYK 0.420.000.00   0.14
XYZ47.131860.812976.2718
Yxy60.81290.25590.3301
Hunter Lab77.9826-28.5863-3.4014
CIE-Lab82.2781-27.8554-8.1776

#7fdcdb color RGB value is (127,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011100 11011011
Octal 177 334 333
Decimal 127 220 219
Hex 7F DC DB

RGB Percentages of Color #7fdcdb

%22.44
%38.87
%38.69

CMYK Percentages of Color #7fdcdb

%42
%0
%0
%14

Triadic Colors of #7fdcdb

#7fdcdb #db7fdc #dcdb7f

Analogous Colors of #7fdcdb

#7fdcdb #7fafdc #7fdcad

Monochromatic Colors of #7fdcdb

#7fdcdb

Complementary Color

#7fdcdb #dc7f80

#7fdcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdcdb Color CSS Codes

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

#7fdcdb Text Font Color

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

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


#7fdcdb Background Color

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

This div background color is #7fdcdb


#7fdcdb Border Color

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

This div border color is #7fdcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdcdb


Comments

No comments written yet.

Please login to write comment.