Color Hex Logo

#7efccb Color Hex

#7EFCCB
(126,252,203)
0 Favorites   0 Comments

Color spaces of #7efccb

RGB 126252203
HSL0.440.950.74
HSV157°50°99°
CMYK 0.500.000.19   0.01
XYZ54.194178.368268.7702
Yxy78.36820.26920.3892
Hunter Lab88.5258-45.645315.9094
CIE-Lab90.9477-46.369912.7954

#7efccb color RGB value is (126,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111100 11001011
Octal 176 374 313
Decimal 126 252 203
Hex 7E FC CB

RGB Percentages of Color #7efccb

%21.69
%43.37
%34.94

CMYK Percentages of Color #7efccb

%50
%0
%19
%1

Triadic Colors of #7efccb

#7efccb #cb7efc #fccb7e

Analogous Colors of #7efccb

#7efccb #7eeefc #7efc8c

Monochromatic Colors of #7efccb

#7efccb

Complementary Color

#7efccb #fc7eaf

#7efccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efccb Color CSS Codes

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

#7efccb Text Font Color

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

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


#7efccb Background Color

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

This div background color is #7efccb


#7efccb Border Color

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

This div border color is #7efccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efccb

Related Colors


Comments

No comments written yet.

Please login to write comment.