Color Hex Logo

#7daccd Color Hex

#7DACCD
(125,172,205)
0 Favorites   0 Comments

Color spaces of #7daccd

RGB 125172205
HSL0.570.440.65
HSV205°39°80°
CMYK 0.390.160.00   0.20
XYZ34.229438.272863.3409
Yxy38.27280.25200.2817
Hunter Lab61.8650-9.5012-17.3989
CIE-Lab68.2212-7.2898-21.7481

#7daccd color RGB value is (125,172,205).

#7daccd hex color red value is 125, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7daccd hue: 0.57 , saturation: 0.44 and the lightness value of 7daccd is 0.65.

The process color (four color CMYK) of #7daccd color hex is 0.39, 0.16, 0.00, 0.20. Web safe color of #7daccd is #6699cc. Color #7daccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 11001101
Octal 175 254 315
Decimal 125 172 205
Hex 7D AC CD

RGB Percentages of Color #7daccd

%24.90
%34.26
%40.84

CMYK Percentages of Color #7daccd

%39
%16
%0
%20

Triadic Colors of #7daccd

#7daccd #cd7dac #accd7d

Analogous Colors of #7daccd

#7daccd #7d84cd #7dcdc6

Monochromatic Colors of #7daccd

#7daccd

Complementary Color

#7daccd #cd9e7d

#7daccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daccd Color CSS Codes

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

#7daccd Text Font Color

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

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


#7daccd Background Color

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

This div background color is #7daccd


#7daccd Border Color

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

This div border color is #7daccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daccd


Comments

No comments written yet.

Please login to write comment.