Color Hex Logo

#7fdeed Color Hex

#7FDEED
(127,222,237)
0 Favorites   0 Comments

Color spaces of #7fdeed

RGB 127222237
HSL0.520.750.71
HSV188°46°93°
CMYK 0.460.060.00   0.07
XYZ50.159762.869089.6120
Yxy62.86900.24750.3102
Hunter Lab79.2900-25.8364-11.5054
CIE-Lab83.3734-24.2771-16.0935

#7fdeed color RGB value is (127,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011110 11101101
Octal 177 336 355
Decimal 127 222 237
Hex 7F DE ED

RGB Percentages of Color #7fdeed

%21.67
%37.88
%40.44

CMYK Percentages of Color #7fdeed

%46
%6
%0
%7

Triadic Colors of #7fdeed

#7fdeed #ed7fde #deed7f

Analogous Colors of #7fdeed

#7fdeed #7fa7ed #7fedc5

Monochromatic Colors of #7fdeed

#7fdeed

Complementary Color

#7fdeed #ed8e7f

#7fdeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdeed Color CSS Codes

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

#7fdeed Text Font Color

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

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


#7fdeed Background Color

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

This div background color is #7fdeed


#7fdeed Border Color

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

This div border color is #7fdeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdeed


Comments

No comments written yet.

Please login to write comment.