Color Hex Logo

#7dacfc Color Hex

#7DACFC
(125,172,252)
0 Favorites   0 Comments

Color spaces of #7dacfc

RGB 125172252
HSL0.600.950.74
HSV218°50°99°
CMYK 0.500.320.00   0.01
XYZ40.780740.893397.8393
Yxy40.89330.22720.2278
Hunter Lab63.94791.9239-45.9493
CIE-Lab70.10115.9910-44.5456

#7dacfc color RGB value is (125,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 11111100
Octal 175 254 374
Decimal 125 172 252
Hex 7D AC FC

RGB Percentages of Color #7dacfc

%22.77
%31.33
%45.90

CMYK Percentages of Color #7dacfc

%50
%32
%0
%1

Triadic Colors of #7dacfc

#7dacfc #fc7dac #acfc7d

Analogous Colors of #7dacfc

#7dacfc #8e7dfc #7decfc

Monochromatic Colors of #7dacfc

#7dacfc

Complementary Color

#7dacfc #fccd7d

#7dacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dacfc Color CSS Codes

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

#7dacfc Text Font Color

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

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


#7dacfc Background Color

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

This div background color is #7dacfc


#7dacfc Border Color

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

This div border color is #7dacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dacfc

Related Colors


Comments

No comments written yet.

Please login to write comment.