Color Hex Logo

#7ebbfd Color Hex

#7EBBFD
(126,187,253)
0 Favorites   0 Comments

Color spaces of #7ebbfd

RGB 126187253
HSL0.590.970.74
HSV211°50°99°
CMYK 0.500.260.00   0.01
XYZ44.104147.068199.6890
Yxy47.06810.23110.2466
Hunter Lab68.6062-5.3105-38.1277
CIE-Lab74.2333-1.8423-38.6297

#7ebbfd color RGB value is (126,187,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111011 11111101
Octal 176 273 375
Decimal 126 187 253
Hex 7E BB FD

RGB Percentages of Color #7ebbfd

%22.26
%33.04
%44.70

CMYK Percentages of Color #7ebbfd

%50
%26
%0
%1

Triadic Colors of #7ebbfd

#7ebbfd #fd7ebb #bbfd7e

Analogous Colors of #7ebbfd

#7ebbfd #817efd #7efbfd

Monochromatic Colors of #7ebbfd

#7ebbfd

Complementary Color

#7ebbfd #fdc07e

#7ebbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebbfd Color CSS Codes

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

#7ebbfd Text Font Color

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

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


#7ebbfd Background Color

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

This div background color is #7ebbfd


#7ebbfd Border Color

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

This div border color is #7ebbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebbfd


Comments

No comments written yet.

Please login to write comment.