Color Hex Logo

#7dacfd Color Hex

#7DACFD
(125,172,253)
0 Favorites   0 Comments

Color spaces of #7dacfd

RGB 125172253
HSL0.610.970.74
HSV218°51°99°
CMYK 0.510.320.00   0.01
XYZ40.939640.956998.6762
Yxy40.95690.22670.2268
Hunter Lab63.99762.1917-46.6194
CIE-Lab70.14576.2878-45.0174

#7dacfd color RGB value is (125,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 11111101
Octal 175 254 375
Decimal 125 172 253
Hex 7D AC FD

RGB Percentages of Color #7dacfd

%22.73
%31.27
%46.00

CMYK Percentages of Color #7dacfd

%51
%32
%0
%1

Triadic Colors of #7dacfd

#7dacfd #fd7dac #acfd7d

Analogous Colors of #7dacfd

#7dacfd #8e7dfd #7decfd

Monochromatic Colors of #7dacfd

#7dacfd

Complementary Color

#7dacfd #fdce7d

#7dacfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dacfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dacfd Color CSS Codes

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

#7dacfd Text Font Color

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

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


#7dacfd Background Color

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

This div background color is #7dacfd


#7dacfd Border Color

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

This div border color is #7dacfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dacfd


Comments

No comments written yet.

Please login to write comment.