Color Hex Logo

#7efcce Color Hex

#7EFCCE
(126,252,206)
0 Favorites   0 Comments

Color spaces of #7efcce

RGB 126252206
HSL0.440.950.74
HSV158°50°99°
CMYK 0.500.000.18   0.01
XYZ54.555278.512770.6716
Yxy78.51270.26780.3854
Hunter Lab88.6074-45.161214.7366
CIE-Lab91.0134-45.734211.3415

#7efcce color RGB value is (126,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111100 11001110
Octal 176 374 316
Decimal 126 252 206
Hex 7E FC CE

RGB Percentages of Color #7efcce

%21.58
%43.15
%35.27

CMYK Percentages of Color #7efcce

%50
%0
%18
%1

Triadic Colors of #7efcce

#7efcce #ce7efc #fcce7e

Analogous Colors of #7efcce

#7efcce #7eebfc #7efc8f

Monochromatic Colors of #7efcce

#7efcce

Complementary Color

#7efcce #fc7eac

#7efcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efcce Color CSS Codes

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

#7efcce Text Font Color

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

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


#7efcce Background Color

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

This div background color is #7efcce


#7efcce Border Color

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

This div border color is #7efcce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,252,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efcce


Comments

No comments written yet.

Please login to write comment.