Color Hex Logo

#7ffbcb Color Hex

#7FFBCB
(127,251,203)
0 Favorites   0 Comments

Color spaces of #7ffbcb

RGB 127251203
HSL0.440.940.74
HSV157°49°98°
CMYK 0.490.000.19   0.02
XYZ54.029177.818268.6727
Yxy77.81820.26940.3881
Hunter Lab88.2146-45.049115.5946
CIE-Lab90.6969-45.710212.4441

#7ffbcb color RGB value is (127,251,203).

#7ffbcb hex color red value is 127, green value is 251 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7ffbcb hue: 0.44 , saturation: 0.94 and the lightness value of 7ffbcb is 0.74.

The process color (four color CMYK) of #7ffbcb color hex is 0.49, 0.00, 0.19, 0.02. Web safe color of #7ffbcb is #66ffcc. Color #7ffbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111011 11001011
Octal 177 373 313
Decimal 127 251 203
Hex 7F FB CB

RGB Percentages of Color #7ffbcb

%21.86
%43.20
%34.94

CMYK Percentages of Color #7ffbcb

%49
%0
%19
%2

Triadic Colors of #7ffbcb

#7ffbcb #cb7ffb #fbcb7f

Analogous Colors of #7ffbcb

#7ffbcb #7fedfb #7ffb8d

Monochromatic Colors of #7ffbcb

#7ffbcb

Complementary Color

#7ffbcb #fb7faf

#7ffbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffbcb Color CSS Codes

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

#7ffbcb Text Font Color

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

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


#7ffbcb Background Color

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

This div background color is #7ffbcb


#7ffbcb Border Color

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

This div border color is #7ffbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffbcb


Comments

No comments written yet.

Please login to write comment.