Color Hex Logo

#7feded Color Hex

#7FEDED
(127,237,237)
0 Favorites   0 Comments

Color spaces of #7feded

RGB 127237237
HSL0.500.750.71
HSV180°46°93°
CMYK 0.460.000.00   0.07
XYZ54.322671.194890.9996
Yxy71.19480.25090.3288
Hunter Lab84.3770-32.7400-4.8797
CIE-Lab87.5796-31.5248-9.8039

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 11101101
Octal 177 355 355
Decimal 127 237 237
Hex 7F ED ED

RGB Percentages of Color #7feded

%21.13
%39.43
%39.43

CMYK Percentages of Color #7feded

%46
%0
%0
%7

Triadic Colors of #7feded

#7feded #ed7fed #eded7f

Analogous Colors of #7feded

#7feded #7fb6ed #7fedb6

Monochromatic Colors of #7feded

#7feded

Complementary Color

#7feded #ed7f7f

#7feded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feded Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feded Color CSS Codes

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

#7feded Text Font Color

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

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


#7feded Background Color

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

This div background color is #7feded


#7feded Border Color

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

This div border color is #7feded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feded


Comments

No comments written yet.

Please login to write comment.