Color Hex Logo

#7dacfb Color Hex

#7DACFB
(125,172,251)
0 Favorites   0 Comments

Color spaces of #7dacfb

RGB 125172251
HSL0.600.940.74
HSV218°50°98°
CMYK 0.500.310.00   0.02
XYZ40.622640.830197.0067
Yxy40.83010.22760.2288
Hunter Lab63.89841.6568-45.2816
CIE-Lab70.05675.6943-44.0731

#7dacfb color RGB value is (125,172,251).

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

The process color (four color CMYK) of #7dacfb color hex is 0.50, 0.31, 0.00, 0.02. Web safe color of #7dacfb is #6699ff. Color #7dacfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 11111011
Octal 175 254 373
Decimal 125 172 251
Hex 7D AC FB

RGB Percentages of Color #7dacfb

%22.81
%31.39
%45.80

CMYK Percentages of Color #7dacfb

%50
%31
%0
%2

Triadic Colors of #7dacfb

#7dacfb #fb7dac #acfb7d

Analogous Colors of #7dacfb

#7dacfb #8d7dfb #7debfb

Monochromatic Colors of #7dacfb

#7dacfb

Complementary Color

#7dacfb #fbcc7d

#7dacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dacfb Color CSS Codes

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

#7dacfb Text Font Color

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

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


#7dacfb Background Color

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

This div background color is #7dacfb


#7dacfb Border Color

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

This div border color is #7dacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dacfb


Comments

No comments written yet.

Please login to write comment.