Color Hex Logo

#7fefca Color Hex

#7FEFCA
(127,239,202)
0 Favorites   0 Comments

Color spaces of #7fefca

RGB 127239202
HSL0.440.780.72
HSV160°47°94°
CMYK 0.470.000.15   0.06
XYZ50.279670.509366.8368
Yxy70.50930.26800.3758
Hunter Lab83.9698-40.064611.5863
CIE-Lab87.2461-40.64788.0367

#7fefca color RGB value is (127,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11001010
Octal 177 357 312
Decimal 127 239 202
Hex 7F EF CA

RGB Percentages of Color #7fefca

%22.36
%42.08
%35.56

CMYK Percentages of Color #7fefca

%47
%0
%15
%6

Triadic Colors of #7fefca

#7fefca #ca7fef #efca7f

Analogous Colors of #7fefca

#7fefca #7fdcef #7fef92

Monochromatic Colors of #7fefca

#7fefca

Complementary Color

#7fefca #ef7fa4

#7fefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefca Color CSS Codes

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

#7fefca Text Font Color

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

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


#7fefca Background Color

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

This div background color is #7fefca


#7fefca Border Color

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

This div border color is #7fefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefca


Comments

No comments written yet.

Please login to write comment.