Color Hex Logo

#7efbfe Color Hex

#7EFBFE
(126,251,254)
0 Favorites   0 Comments

Color spaces of #7efbfe

RGB 126251254
HSL0.500.980.75
HSV181°50°100°
CMYK 0.500.010.00   0.00
XYZ60.990880.5857106.1060
Yxy80.58570.24620.3254
Hunter Lab89.7695-35.8211-7.2411
CIE-Lab91.9470-34.0228-12.1695

#7efbfe color RGB value is (126,251,254).

#7efbfe hex color red value is 126, green value is 251 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7efbfe hue: 0.50 , saturation: 0.98 and the lightness value of 7efbfe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 11111110
Octal 176 373 376
Decimal 126 251 254
Hex 7E FB FE

RGB Percentages of Color #7efbfe

%19.97
%39.78
%40.25

CMYK Percentages of Color #7efbfe

%50
%1
%0
%0

Triadic Colors of #7efbfe

#7efbfe #fe7efb #fbfe7e

Analogous Colors of #7efbfe

#7efbfe #7ebbfe #7efec1

Monochromatic Colors of #7efbfe

#7efbfe

Complementary Color

#7efbfe #fe817e

#7efbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbfe Color CSS Codes

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

#7efbfe Text Font Color

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

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


#7efbfe Background Color

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

This div background color is #7efbfe


#7efbfe Border Color

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

This div border color is #7efbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.