Color Hex Logo

#7ebcfe Color Hex

#7EBCFE
(126,188,254)
0 Favorites   0 Comments

Color spaces of #7ebcfe

RGB 126188254
HSL0.590.980.75
HSV211°50°100°
CMYK 0.500.260.00   0.00
XYZ44.476847.5578100.6013
Yxy47.55780.23090.2469
Hunter Lab68.9622-5.5611-38.2181
CIE-Lab74.5452-2.0992-38.6827

#7ebcfe color RGB value is (126,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 11111110
Octal 176 274 376
Decimal 126 188 254
Hex 7E BC FE

RGB Percentages of Color #7ebcfe

%22.18
%33.10
%44.72

CMYK Percentages of Color #7ebcfe

%50
%26
%0
%0

Triadic Colors of #7ebcfe

#7ebcfe #fe7ebc #bcfe7e

Analogous Colors of #7ebcfe

#7ebcfe #807efe #7efcfe

Monochromatic Colors of #7ebcfe

#7ebcfe

Complementary Color

#7ebcfe #fec07e

#7ebcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcfe Color CSS Codes

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

#7ebcfe Text Font Color

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

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


#7ebcfe Background Color

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

This div background color is #7ebcfe


#7ebcfe Border Color

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

This div border color is #7ebcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.