Color Hex Logo

#7dadcf Color Hex

#7DADCF
(125,173,207)
0 Favorites   0 Comments

Color spaces of #7dadcf

RGB 125173207
HSL0.570.460.65
HSV205°40°81°
CMYK 0.400.160.00   0.19
XYZ34.663538.752164.6844
Yxy38.75210.25100.2806
Hunter Lab62.2512-9.5449-18.0316
CIE-Lab68.5713-7.3015-22.3166

#7dadcf color RGB value is (125,173,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101101 11001111
Octal 175 255 317
Decimal 125 173 207
Hex 7D AD CF

RGB Percentages of Color #7dadcf

%24.75
%34.26
%40.99

CMYK Percentages of Color #7dadcf

%40
%16
%0
%19

Triadic Colors of #7dadcf

#7dadcf #cf7dad #adcf7d

Analogous Colors of #7dadcf

#7dadcf #7d84cf #7dcfc8

Monochromatic Colors of #7dadcf

#7dadcf

Complementary Color

#7dadcf #cf9f7d

#7dadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dadcf Color CSS Codes

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

#7dadcf Text Font Color

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

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


#7dadcf Background Color

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

This div background color is #7dadcf


#7dadcf Border Color

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

This div border color is #7dadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dadcf


Comments

No comments written yet.

Please login to write comment.