Color Hex Logo

#7efbcb Color Hex

#7EFBCB
(126,251,203)
0 Favorites   0 Comments

Color spaces of #7efbcb

RGB 126251203
HSL0.440.940.74
HSV157°50°98°
CMYK 0.500.000.19   0.02
XYZ53.880977.741868.6658
Yxy77.74180.26900.3881
Hunter Lab88.1713-45.219615.5462
CIE-Lab90.6620-45.938712.3896

#7efbcb color RGB value is (126,251,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 11001011
Octal 176 373 313
Decimal 126 251 203
Hex 7E FB CB

RGB Percentages of Color #7efbcb

%21.72
%43.28
%35.00

CMYK Percentages of Color #7efbcb

%50
%0
%19
%2

Triadic Colors of #7efbcb

#7efbcb #cb7efb #fbcb7e

Analogous Colors of #7efbcb

#7efbcb #7eedfb #7efb8d

Monochromatic Colors of #7efbcb

#7efbcb

Complementary Color

#7efbcb #fb7eae

#7efbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbcb Color CSS Codes

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

#7efbcb Text Font Color

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

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


#7efbcb Background Color

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

This div background color is #7efbcb


#7efbcb Border Color

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

This div border color is #7efbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbcb


Comments

No comments written yet.

Please login to write comment.