Color Hex Logo

#7ffced Color Hex

#7FFCED
(127,252,237)
0 Favorites   0 Comments

Color spaces of #7ffced

RGB 127252237
HSL0.480.950.74
HSV173°50°99°
CMYK 0.500.000.06   0.01
XYZ58.848980.247392.5084
Yxy80.24730.25410.3465
Hunter Lab89.5809-39.50341.4790
CIE-Lab91.7957-38.4793-3.5702

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

#7ffced hex color red value is 127, green value is 252 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7ffced hue: 0.48 , saturation: 0.95 and the lightness value of 7ffced is 0.74.

The process color (four color CMYK) of #7ffced color hex is 0.50, 0.00, 0.06, 0.01. Web safe color of #7ffced is #66ffff. Color #7ffced contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111100 11101101
Octal 177 374 355
Decimal 127 252 237
Hex 7F FC ED

RGB Percentages of Color #7ffced

%20.62
%40.91
%38.47

CMYK Percentages of Color #7ffced

%50
%0
%6
%1

Triadic Colors of #7ffced

#7ffced #ed7ffc #fced7f

Analogous Colors of #7ffced

#7ffced #7fcdfc #7ffcaf

Monochromatic Colors of #7ffced

#7ffced

Complementary Color

#7ffced #fc7f8e

#7ffced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffced Color CSS Codes

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

#7ffced Text Font Color

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

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


#7ffced Background Color

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

This div background color is #7ffced


#7ffced Border Color

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

This div border color is #7ffced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffced


Comments

No comments written yet.

Please login to write comment.