Color Hex Logo

#7fdfef Color Hex

#7FDFEF
(127,223,239)
0 Favorites   0 Comments

Color spaces of #7fdfef

RGB 127223239
HSL0.520.780.72
HSV189°47°94°
CMYK 0.470.070.00   0.06
XYZ50.720163.519491.2486
Yxy63.51940.24680.3091
Hunter Lab79.6991-25.8768-12.0926
CIE-Lab83.7149-24.2499-16.6388

#7fdfef color RGB value is (127,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011111 11101111
Octal 177 337 357
Decimal 127 223 239
Hex 7F DF EF

RGB Percentages of Color #7fdfef

%21.56
%37.86
%40.58

CMYK Percentages of Color #7fdfef

%47
%7
%0
%6

Triadic Colors of #7fdfef

#7fdfef #ef7fdf #dfef7f

Analogous Colors of #7fdfef

#7fdfef #7fa7ef #7fefc7

Monochromatic Colors of #7fdfef

#7fdfef

Complementary Color

#7fdfef #ef8f7f

#7fdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdfef Color CSS Codes

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

#7fdfef Text Font Color

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

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


#7fdfef Background Color

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

This div background color is #7fdfef


#7fdfef Border Color

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

This div border color is #7fdfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdfef


Comments

No comments written yet.

Please login to write comment.