Color Hex Logo

#7fdcec Color Hex

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

Color spaces of #7fdcec

RGB 127220236
HSL0.520.740.71
HSV189°46°93°
CMYK 0.460.070.00   0.07
XYZ49.485961.754688.6685
Yxy61.75460.24750.3089
Hunter Lab78.5841-25.1173-11.8896
CIE-Lab82.7827-23.5485-16.4518

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

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

The process color (four color CMYK) of #7fdcec color hex is 0.46, 0.07, 0.00, 0.07. Web safe color of #7fdcec is #66ccff. Color #7fdcec contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #7fdcec

%21.78
%37.74
%40.48

CMYK Percentages of Color #7fdcec

%46
%7
%0
%7

Triadic Colors of #7fdcec

#7fdcec #ec7fdc #dcec7f

Analogous Colors of #7fdcec

#7fdcec #7fa6ec #7fecc6

Monochromatic Colors of #7fdcec

#7fdcec

Complementary Color

#7fdcec #ec8f7f

#7fdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdcec Color CSS Codes

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

#7fdcec Text Font Color

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

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


#7fdcec Background Color

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

This div background color is #7fdcec


#7fdcec Border Color

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

This div border color is #7fdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdcec


Comments

No comments written yet.

Please login to write comment.