Color Hex Logo

#7fefec Color Hex

#7FEFEC
(127,239,236)
0 Favorites   0 Comments

Color spaces of #7fefec

RGB 127239236
HSL0.500.780.72
HSV178°47°94°
CMYK 0.470.000.01   0.06
XYZ54.759272.301290.4263
Yxy72.30120.25180.3324
Hunter Lab85.0301-33.8491-3.5316
CIE-Lab88.1134-32.7170-8.4871

#7fefec color RGB value is (127,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11101100
Octal 177 357 354
Decimal 127 239 236
Hex 7F EF EC

RGB Percentages of Color #7fefec

%21.10
%39.70
%39.20

CMYK Percentages of Color #7fefec

%47
%0
%1
%6

Triadic Colors of #7fefec

#7fefec #ec7fef #efec7f

Analogous Colors of #7fefec

#7fefec #7fbaef #7fefb4

Monochromatic Colors of #7fefec

#7fefec

Complementary Color

#7fefec #ef7f82

#7fefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefec Color CSS Codes

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

#7fefec Text Font Color

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

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


#7fefec Background Color

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

This div background color is #7fefec


#7fefec Border Color

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

This div border color is #7fefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefec


Comments

No comments written yet.

Please login to write comment.