Color Hex Logo

#7ebdfe Color Hex

#7EBDFE
(126,189,254)
0 Favorites   0 Comments

Color spaces of #7ebdfe

RGB 126189254
HSL0.580.980.75
HSV210°50°100°
CMYK 0.500.260.00   0.00
XYZ44.691247.9866100.6728
Yxy47.98660.23110.2482
Hunter Lab69.2724-6.0670-37.6749
CIE-Lab74.8165-2.6459-38.2610

#7ebdfe color RGB value is (126,189,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11111110
Octal 176 275 376
Decimal 126 189 254
Hex 7E BD FE

RGB Percentages of Color #7ebdfe

%22.14
%33.22
%44.64

CMYK Percentages of Color #7ebdfe

%50
%26
%0
%0

Triadic Colors of #7ebdfe

#7ebdfe #fe7ebd #bdfe7e

Analogous Colors of #7ebdfe

#7ebdfe #7f7efe #7efdfe

Monochromatic Colors of #7ebdfe

#7ebdfe

Complementary Color

#7ebdfe #febf7e

#7ebdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebdfe Color CSS Codes

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

#7ebdfe Text Font Color

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

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


#7ebdfe Background Color

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

This div background color is #7ebdfe


#7ebdfe Border Color

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

This div border color is #7ebdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.