Color Hex Logo

#7dadcc Color Hex

#7DADCC
(125,173,204)
0 Favorites   0 Comments

Color spaces of #7dadcc

RGB 125173204
HSL0.570.440.65
HSV204°39°80°
CMYK 0.390.150.00   0.20
XYZ34.300138.606762.7708
Yxy38.60670.25280.2845
Hunter Lab62.1343-10.1973-16.4034
CIE-Lab68.4654-8.0977-20.8246

#7dadcc color RGB value is (125,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101101 11001100
Octal 175 255 314
Decimal 125 173 204
Hex 7D AD CC

RGB Percentages of Color #7dadcc

%24.90
%34.46
%40.64

CMYK Percentages of Color #7dadcc

%39
%15
%0
%20

Triadic Colors of #7dadcc

#7dadcc #cc7dad #adcc7d

Analogous Colors of #7dadcc

#7dadcc #7d86cc #7dccc4

Monochromatic Colors of #7dadcc

#7dadcc

Complementary Color

#7dadcc #cc9c7d

#7dadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dadcc Color CSS Codes

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

#7dadcc Text Font Color

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

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


#7dadcc Background Color

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

This div background color is #7dadcc


#7dadcc Border Color

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

This div border color is #7dadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dadcc


Comments

No comments written yet.

Please login to write comment.