Color Hex Logo

#7ebffd Color Hex

#7EBFFD
(126,191,253)
0 Favorites   0 Comments

Color spaces of #7ebffd

RGB 126191253
HSL0.580.970.74
HSV209°50°99°
CMYK 0.500.250.00   0.01
XYZ44.964648.789199.9759
Yxy48.78910.23210.2518
Hunter Lab69.8492-7.3288-35.9680
CIE-Lab75.3199-4.0247-36.9424

#7ebffd color RGB value is (126,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111111 11111101
Octal 176 277 375
Decimal 126 191 253
Hex 7E BF FD

RGB Percentages of Color #7ebffd

%22.11
%33.51
%44.39

CMYK Percentages of Color #7ebffd

%50
%25
%0
%1

Triadic Colors of #7ebffd

#7ebffd #fd7ebf #bffd7e

Analogous Colors of #7ebffd

#7ebffd #7e80fd #7efdfc

Monochromatic Colors of #7ebffd

#7ebffd

Complementary Color

#7ebffd #fdbc7e

#7ebffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebffd Color CSS Codes

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

#7ebffd Text Font Color

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

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


#7ebffd Background Color

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

This div background color is #7ebffd


#7ebffd Border Color

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

This div border color is #7ebffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebffd


Comments

No comments written yet.

Please login to write comment.