Color Hex Logo

#7dbefa Color Hex

#7DBEFA
(125,190,250)
0 Favorites   0 Comments

Color spaces of #7dbefa

RGB 125190250
HSL0.580.930.74
HSV209°50°98°
CMYK 0.500.240.00   0.02
XYZ44.126248.089097.3989
Yxy48.08900.23270.2536
Hunter Lab69.3462-7.7733-34.7323
CIE-Lab74.8810-4.5696-36.0143

#7dbefa color RGB value is (125,190,250).

#7dbefa hex color red value is 125, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7dbefa hue: 0.58 , saturation: 0.93 and the lightness value of 7dbefa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 11111010
Octal 175 276 372
Decimal 125 190 250
Hex 7D BE FA

RGB Percentages of Color #7dbefa

%22.12
%33.63
%44.25

CMYK Percentages of Color #7dbefa

%50
%24
%0
%2

Triadic Colors of #7dbefa

#7dbefa #fa7dbe #befa7d

Analogous Colors of #7dbefa

#7dbefa #7d80fa #7dfaf8

Monochromatic Colors of #7dbefa

#7dbefa

Complementary Color

#7dbefa #fab97d

#7dbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbefa Color CSS Codes

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

#7dbefa Text Font Color

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

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


#7dbefa Background Color

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

This div background color is #7dbefa


#7dbefa Border Color

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

This div border color is #7dbefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,190,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dbefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dbefa;
  -webkit-box-shadow: 1px 1px 3px 2px #7dbefa;
  box-shadow:         1px 1px 3px 2px #7dbefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,190,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbefa


Comments

No comments written yet.

Please login to write comment.