Color Hex Logo

#7feced Color Hex

#7FECED
(127,236,237)
0 Favorites   0 Comments

Color spaces of #7feced

RGB 127236237
HSL0.500.750.71
HSV181°46°93°
CMYK 0.460.000.00   0.07
XYZ54.033970.617490.9034
Yxy70.61740.25070.3276
Hunter Lab84.0342-32.2844-5.3127
CIE-Lab87.2988-31.0510-10.2216

#7feced color RGB value is (127,236,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101100 11101101
Octal 177 354 355
Decimal 127 236 237
Hex 7F EC ED

RGB Percentages of Color #7feced

%21.17
%39.33
%39.50

CMYK Percentages of Color #7feced

%46
%0
%0
%7

Triadic Colors of #7feced

#7feced #ed7fec #eced7f

Analogous Colors of #7feced

#7feced #7fb5ed #7fedb7

Monochromatic Colors of #7feced

#7feced

Complementary Color

#7feced #ed807f

#7feced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feced Color CSS Codes

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

#7feced Text Font Color

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

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


#7feced Background Color

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

This div background color is #7feced


#7feced Border Color

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

This div border color is #7feced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feced


Comments

No comments written yet.

Please login to write comment.