Color Hex Logo

#7daacd Color Hex

#7DAACD
(125,170,205)
0 Favorites   0 Comments

Color spaces of #7daacd

RGB 125170205
HSL0.570.440.65
HSV206°39°80°
CMYK 0.390.170.00   0.20
XYZ33.851637.517263.2150
Yxy37.51720.25150.2788
Hunter Lab61.2513-8.5386-18.3149
CIE-Lab67.6633-6.1986-22.5993

#7daacd color RGB value is (125,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101010 11001101
Octal 175 252 315
Decimal 125 170 205
Hex 7D AA CD

RGB Percentages of Color #7daacd

%25.00
%34.00
%41.00

CMYK Percentages of Color #7daacd

%39
%17
%0
%20

Triadic Colors of #7daacd

#7daacd #cd7daa #aacd7d

Analogous Colors of #7daacd

#7daacd #7d82cd #7dcdc8

Monochromatic Colors of #7daacd

#7daacd

Complementary Color

#7daacd #cda07d

#7daacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daacd Color CSS Codes

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

#7daacd Text Font Color

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

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


#7daacd Background Color

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

This div background color is #7daacd


#7daacd Border Color

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

This div border color is #7daacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daacd


Comments

No comments written yet.

Please login to write comment.