Color Hex Logo

#7efcfa Color Hex

#7EFCFA
(126,252,250)
0 Favorites   0 Comments

Color spaces of #7efcfa

RGB 126252250
HSL0.500.950.74
HSV179°50°99°
CMYK 0.500.000.01   0.01
XYZ60.669980.9586102.8714
Yxy80.95860.24810.3311
Hunter Lab89.9770-37.1003-4.8028
CIE-Lab92.1133-35.4971-9.8471

#7efcfa color RGB value is (126,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111100 11111010
Octal 176 374 372
Decimal 126 252 250
Hex 7E FC FA

RGB Percentages of Color #7efcfa

%20.06
%40.13
%39.81

CMYK Percentages of Color #7efcfa

%50
%0
%1
%1

Triadic Colors of #7efcfa

#7efcfa #fa7efc #fcfa7e

Analogous Colors of #7efcfa

#7efcfa #7ebffc #7efcbb

Monochromatic Colors of #7efcfa

#7efcfa

Complementary Color

#7efcfa #fc7e80

#7efcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efcfa Color CSS Codes

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

#7efcfa Text Font Color

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

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


#7efcfa Background Color

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

This div background color is #7efcfa


#7efcfa Border Color

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

This div border color is #7efcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.