Color Hex Logo

#7ef4fc Color Hex

#7EF4FC
(126,244,252)
0 Favorites   0 Comments

Color spaces of #7ef4fc

RGB 126244252
HSL0.510.950.74
HSV184°50°99°
CMYK 0.500.030.00   0.01
XYZ58.525676.1653103.7122
Yxy76.16530.24550.3195
Hunter Lab87.2727-33.0242-9.3675
CIE-Lab89.9360-31.2453-14.1342

#7ef4fc color RGB value is (126,244,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110100 11111100
Octal 176 364 374
Decimal 126 244 252
Hex 7E F4 FC

RGB Percentages of Color #7ef4fc

%20.26
%39.23
%40.51

CMYK Percentages of Color #7ef4fc

%50
%3
%0
%1

Triadic Colors of #7ef4fc

#7ef4fc #fc7ef4 #f4fc7e

Analogous Colors of #7ef4fc

#7ef4fc #7eb5fc #7efcc5

Monochromatic Colors of #7ef4fc

#7ef4fc

Complementary Color

#7ef4fc #fc867e

#7ef4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef4fc Color CSS Codes

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

#7ef4fc Text Font Color

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

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


#7ef4fc Background Color

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

This div background color is #7ef4fc


#7ef4fc Border Color

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

This div border color is #7ef4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.