Color Hex Logo

#7edbfa Color Hex

#7EDBFA
(126,219,250)
0 Favorites   0 Comments

Color spaces of #7edbfa

RGB 126219250
HSL0.540.930.74
HSV195°50°98°
CMYK 0.500.120.00   0.02
XYZ51.191062.000899.7118
Yxy62.00080.24040.2912
Hunter Lab78.7406-21.7492-19.9625
CIE-Lab82.9138-19.5458-23.6781

#7edbfa color RGB value is (126,219,250).

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

The process color (four color CMYK) of #7edbfa color hex is 0.50, 0.12, 0.00, 0.02. Web safe color of #7edbfa is #66ccff. Color #7edbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 11111010
Octal 176 333 372
Decimal 126 219 250
Hex 7E DB FA

RGB Percentages of Color #7edbfa

%21.18
%36.81
%42.02

CMYK Percentages of Color #7edbfa

%50
%12
%0
%2

Triadic Colors of #7edbfa

#7edbfa #fa7edb #dbfa7e

Analogous Colors of #7edbfa

#7edbfa #7e9dfa #7efadb

Monochromatic Colors of #7edbfa

#7edbfa

Complementary Color

#7edbfa #fa9d7e

#7edbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edbfa Color CSS Codes

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

#7edbfa Text Font Color

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

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


#7edbfa Background Color

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

This div background color is #7edbfa


#7edbfa Border Color

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

This div border color is #7edbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edbfa


Comments

No comments written yet.

Please login to write comment.