Color Hex Logo

#7fecdc Color Hex

#7FECDC
(127,236,220)
0 Favorites   0 Comments

Color spaces of #7fecdc

RGB 127236220
HSL0.480.740.71
HSV171°46°93°
CMYK 0.460.000.07   0.07
XYZ51.666169.670278.4348
Yxy69.67020.25860.3488
Hunter Lab83.4687-35.58082.7138
CIE-Lab86.8349-35.1921-1.9845

#7fecdc color RGB value is (127,236,220).

#7fecdc hex color red value is 127, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7fecdc hue: 0.48 , saturation: 0.74 and the lightness value of 7fecdc is 0.71.

The process color (four color CMYK) of #7fecdc color hex is 0.46, 0.00, 0.07, 0.07. Web safe color of #7fecdc is #66ffcc. Color #7fecdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101100 11011100
Octal 177 354 334
Decimal 127 236 220
Hex 7F EC DC

RGB Percentages of Color #7fecdc

%21.78
%40.48
%37.74

CMYK Percentages of Color #7fecdc

%46
%0
%7
%7

Triadic Colors of #7fecdc

#7fecdc #dc7fec #ecdc7f

Analogous Colors of #7fecdc

#7fecdc #7fc6ec #7feca6

Monochromatic Colors of #7fecdc

#7fecdc

Complementary Color

#7fecdc #ec7f8f

#7fecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fecdc Color CSS Codes

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

#7fecdc Text Font Color

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

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


#7fecdc Background Color

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

This div background color is #7fecdc


#7fecdc Border Color

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

This div border color is #7fecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fecdc


Comments

No comments written yet.

Please login to write comment.