Color Hex Logo

#7ebbfc Color Hex

#7EBBFC
(126,187,252)
0 Favorites   0 Comments

Color spaces of #7ebbfc

RGB 126187252
HSL0.590.950.74
HSV211°50°99°
CMYK 0.500.260.00   0.01
XYZ43.945247.004598.8521
Yxy47.00450.23150.2477
Hunter Lab68.5598-5.5655-37.4946
CIE-Lab74.1926-2.1325-38.1548

#7ebbfc color RGB value is (126,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111011 11111100
Octal 176 273 374
Decimal 126 187 252
Hex 7E BB FC

RGB Percentages of Color #7ebbfc

%22.30
%33.10
%44.60

CMYK Percentages of Color #7ebbfc

%50
%26
%0
%1

Triadic Colors of #7ebbfc

#7ebbfc #fc7ebb #bbfc7e

Analogous Colors of #7ebbfc

#7ebbfc #807efc #7efafc

Monochromatic Colors of #7ebbfc

#7ebbfc

Complementary Color

#7ebbfc #fcbf7e

#7ebbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebbfc Color CSS Codes

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

#7ebbfc Text Font Color

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

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


#7ebbfc Background Color

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

This div background color is #7ebbfc


#7ebbfc Border Color

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

This div border color is #7ebbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebbfc

#7ebbfc Color Palettes


Comments

No comments written yet.

Please login to write comment.