Color Hex Logo

#7fefe4 Color Hex

#7FEFE4
(127,239,228)
0 Favorites   0 Comments

Color spaces of #7fefe4

RGB 127239228
HSL0.480.780.72
HSV174°47°94°
CMYK 0.470.000.05   0.06
XYZ53.622571.846584.4403
Yxy71.84650.25550.3423
Hunter Lab84.7623-35.41100.2689
CIE-Lab87.8947-34.6732-4.6210

#7fefe4 color RGB value is (127,239,228).

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

The process color (four color CMYK) of #7fefe4 color hex is 0.47, 0.00, 0.05, 0.06. Web safe color of #7fefe4 is #66ffcc. Color #7fefe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11100100
Octal 177 357 344
Decimal 127 239 228
Hex 7F EF E4

RGB Percentages of Color #7fefe4

%21.38
%40.24
%38.38

CMYK Percentages of Color #7fefe4

%47
%0
%5
%6

Triadic Colors of #7fefe4

#7fefe4 #e47fef #efe47f

Analogous Colors of #7fefe4

#7fefe4 #7fc2ef #7fefac

Monochromatic Colors of #7fefe4

#7fefe4

Complementary Color

#7fefe4 #ef7f8a

#7fefe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefe4 Color CSS Codes

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

#7fefe4 Text Font Color

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

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


#7fefe4 Background Color

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

This div background color is #7fefe4


#7fefe4 Border Color

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

This div border color is #7fefe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefe4


Comments

No comments written yet.

Please login to write comment.