Color Hex Logo

#7ffcef Color Hex

#7FFCEF
(127,252,239)
0 Favorites   0 Comments

Color spaces of #7ffcef

RGB 127252239
HSL0.480.950.74
HSV174°50°99°
CMYK 0.500.000.05   0.01
XYZ59.142880.364894.0562
Yxy80.36480.25320.3441
Hunter Lab89.6464-39.11870.5460
CIE-Lab91.8483-37.9977-4.5302

#7ffcef color RGB value is (127,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111100 11101111
Octal 177 374 357
Decimal 127 252 239
Hex 7F FC EF

RGB Percentages of Color #7ffcef

%20.55
%40.78
%38.67

CMYK Percentages of Color #7ffcef

%50
%0
%5
%1

Triadic Colors of #7ffcef

#7ffcef #ef7ffc #fcef7f

Analogous Colors of #7ffcef

#7ffcef #7fcbfc #7ffcb1

Monochromatic Colors of #7ffcef

#7ffcef

Complementary Color

#7ffcef #fc7f8c

#7ffcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffcef Color CSS Codes

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

#7ffcef Text Font Color

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

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


#7ffcef Background Color

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

This div background color is #7ffcef


#7ffcef Border Color

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

This div border color is #7ffcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffcef


Comments

No comments written yet.

Please login to write comment.