Color Hex Logo

#7ebdfb Color Hex

#7EBDFB
(126,189,251)
0 Favorites   0 Comments

Color spaces of #7ebdfb

RGB 126189251
HSL0.580.940.74
HSV210°50°98°
CMYK 0.500.250.00   0.02
XYZ44.214447.795898.1620
Yxy47.79580.23250.2513
Hunter Lab69.1345-6.8272-35.7899
CIE-Lab74.6960-3.5140-36.8354

#7ebdfb color RGB value is (126,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11111011
Octal 176 275 373
Decimal 126 189 251
Hex 7E BD FB

RGB Percentages of Color #7ebdfb

%22.26
%33.39
%44.35

CMYK Percentages of Color #7ebdfb

%50
%25
%0
%2

Triadic Colors of #7ebdfb

#7ebdfb #fb7ebd #bdfb7e

Analogous Colors of #7ebdfb

#7ebdfb #7e7ffb #7efbfb

Monochromatic Colors of #7ebdfb

#7ebdfb

Complementary Color

#7ebdfb #fbbc7e

#7ebdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebdfb Color CSS Codes

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

#7ebdfb Text Font Color

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

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


#7ebdfb Background Color

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

This div background color is #7ebdfb


#7ebdfb Border Color

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

This div border color is #7ebdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.