Color Hex Logo

#7fdcd5 Color Hex

#7FDCD5
(127,220,213)
0 Favorites   0 Comments

Color spaces of #7fdcd5

RGB 127220213
HSL0.490.570.68
HSV175°42°86°
CMYK 0.420.000.03   0.14
XYZ46.355860.502572.1857
Yxy60.50250.25890.3379
Hunter Lab77.7834-29.7419-0.5749
CIE-Lab82.1106-29.3174-5.2360

#7fdcd5 color RGB value is (127,220,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011100 11010101
Octal 177 334 325
Decimal 127 220 213
Hex 7F DC D5

RGB Percentages of Color #7fdcd5

%22.68
%39.29
%38.04

CMYK Percentages of Color #7fdcd5

%42
%0
%3
%14

Triadic Colors of #7fdcd5

#7fdcd5 #d57fdc #dcd57f

Analogous Colors of #7fdcd5

#7fdcd5 #7fb5dc #7fdca7

Monochromatic Colors of #7fdcd5

#7fdcd5

Complementary Color

#7fdcd5 #dc7f86

#7fdcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdcd5 Color CSS Codes

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

#7fdcd5 Text Font Color

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

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


#7fdcd5 Background Color

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

This div background color is #7fdcd5


#7fdcd5 Border Color

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

This div border color is #7fdcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdcd5


Comments

No comments written yet.

Please login to write comment.