Color Hex Logo

#7fdcef Color Hex

#7FDCEF
(127,220,239)
0 Favorites   0 Comments

Color spaces of #7fdcef

RGB 127220239
HSL0.530.780.72
HSV190°47°94°
CMYK 0.470.080.00   0.06
XYZ49.925661.930490.9838
Yxy61.93040.24610.3053
Hunter Lab78.6959-24.4752-13.4607
CIE-Lab82.8764-22.7643-17.9020

#7fdcef color RGB value is (127,220,239).

#7fdcef hex color red value is 127, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7fdcef hue: 0.53 , saturation: 0.78 and the lightness value of 7fdcef is 0.72.

The process color (four color CMYK) of #7fdcef color hex is 0.47, 0.08, 0.00, 0.06. Web safe color of #7fdcef is #66ccff. Color #7fdcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011100 11101111
Octal 177 334 357
Decimal 127 220 239
Hex 7F DC EF

RGB Percentages of Color #7fdcef

%21.67
%37.54
%40.78

CMYK Percentages of Color #7fdcef

%47
%8
%0
%6

Triadic Colors of #7fdcef

#7fdcef #ef7fdc #dcef7f

Analogous Colors of #7fdcef

#7fdcef #7fa4ef #7fefca

Monochromatic Colors of #7fdcef

#7fdcef

Complementary Color

#7fdcef #ef927f

#7fdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdcef Color CSS Codes

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

#7fdcef Text Font Color

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

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


#7fdcef Background Color

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

This div background color is #7fdcef


#7fdcef Border Color

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

This div border color is #7fdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdcef


Comments

No comments written yet.

Please login to write comment.