Color Hex Logo

#7fefcb Color Hex

#7FEFCB
(127,239,203)
0 Favorites   0 Comments

Color spaces of #7fefcb

RGB 127239203
HSL0.450.780.72
HSV161°47°94°
CMYK 0.470.000.15   0.06
XYZ50.398470.556867.4625
Yxy70.55680.26750.3745
Hunter Lab83.9981-39.897611.1803
CIE-Lab87.2692-40.42957.5479

#7fefcb color RGB value is (127,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 11001011
Octal 177 357 313
Decimal 127 239 203
Hex 7F EF CB

RGB Percentages of Color #7fefcb

%22.32
%42.00
%35.68

CMYK Percentages of Color #7fefcb

%47
%0
%15
%6

Triadic Colors of #7fefcb

#7fefcb #cb7fef #efcb7f

Analogous Colors of #7fefcb

#7fefcb #7fdbef #7fef93

Monochromatic Colors of #7fefcb

#7fefcb

Complementary Color

#7fefcb #ef7fa3

#7fefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fefcb Color CSS Codes

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

#7fefcb Text Font Color

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

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


#7fefcb Background Color

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

This div background color is #7fefcb


#7fefcb Border Color

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

This div border color is #7fefcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fefcb


Comments

No comments written yet.

Please login to write comment.