Color Hex Logo

#7ebffb Color Hex

#7EBFFB
(126,191,251)
0 Favorites   0 Comments

Color spaces of #7ebffb

RGB 126191251
HSL0.580.940.74
HSV209°50°98°
CMYK 0.500.240.00   0.02
XYZ44.647648.662398.3064
Yxy48.66230.23300.2540
Hunter Lab69.7584-7.8314-34.7231
CIE-Lab75.2408-4.6012-35.9907

#7ebffb color RGB value is (126,191,251).

#7ebffb hex color red value is 126, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7ebffb hue: 0.58 , saturation: 0.94 and the lightness value of 7ebffb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111111 11111011
Octal 176 277 373
Decimal 126 191 251
Hex 7E BF FB

RGB Percentages of Color #7ebffb

%22.18
%33.63
%44.19

CMYK Percentages of Color #7ebffb

%50
%24
%0
%2

Triadic Colors of #7ebffb

#7ebffb #fb7ebf #bffb7e

Analogous Colors of #7ebffb

#7ebffb #7e81fb #7efbf9

Monochromatic Colors of #7ebffb

#7ebffb

Complementary Color

#7ebffb #fbba7e

#7ebffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebffb Color CSS Codes

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

#7ebffb Text Font Color

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

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


#7ebffb Background Color

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

This div background color is #7ebffb


#7ebffb Border Color

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

This div border color is #7ebffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebffb


Comments

No comments written yet.

Please login to write comment.