Color Hex Logo

#7fdeef Color Hex

#7FDEEF
(127,222,239)
0 Favorites   0 Comments

Color spaces of #7fdeef

RGB 127222239
HSL0.530.780.72
HSV189°47°94°
CMYK 0.470.070.00   0.06
XYZ50.453762.986691.1598
Yxy62.98660.24660.3079
Hunter Lab79.3641-25.4104-12.5473
CIE-Lab83.4353-23.7561-17.0597

#7fdeef color RGB value is (127,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011110 11101111
Octal 177 336 357
Decimal 127 222 239
Hex 7F DE EF

RGB Percentages of Color #7fdeef

%21.60
%37.76
%40.65

CMYK Percentages of Color #7fdeef

%47
%7
%0
%6

Triadic Colors of #7fdeef

#7fdeef #ef7fde #deef7f

Analogous Colors of #7fdeef

#7fdeef #7fa6ef #7fefc8

Monochromatic Colors of #7fdeef

#7fdeef

Complementary Color

#7fdeef #ef907f

#7fdeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdeef Color CSS Codes

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

#7fdeef Text Font Color

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

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


#7fdeef Background Color

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

This div background color is #7fdeef


#7fdeef Border Color

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

This div border color is #7fdeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdeef


Comments

No comments written yet.

Please login to write comment.