Color Hex Logo

#7dadbd Color Hex

#7DADBD
(125,173,189)
0 Favorites   0 Comments

Color spaces of #7dadbd

RGB 125173189
HSL0.540.330.62
HSV195°34°74°
CMYK 0.340.080.00   0.26
XYZ32.586337.921253.7462
Yxy37.92120.26230.3052
Hunter Lab61.5802-13.3088-8.6412
CIE-Lab67.9625-11.9604-13.2985

#7dadbd color RGB value is (125,173,189).

#7dadbd hex color red value is 125, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7dadbd hue: 0.54 , saturation: 0.33 and the lightness value of 7dadbd is 0.62.

The process color (four color CMYK) of #7dadbd color hex is 0.34, 0.08, 0.00, 0.26. Web safe color of #7dadbd is #6699cc. Color #7dadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101101 10111101
Octal 175 255 275
Decimal 125 173 189
Hex 7D AD BD

RGB Percentages of Color #7dadbd

%25.67
%35.52
%38.81

CMYK Percentages of Color #7dadbd

%34
%8
%0
%26

Triadic Colors of #7dadbd

#7dadbd #bd7dad #adbd7d

Analogous Colors of #7dadbd

#7dadbd #7d8dbd #7dbdad

Monochromatic Colors of #7dadbd

#7dadbd

Complementary Color

#7dadbd #bd8d7d

#7dadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dadbd Color CSS Codes

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

#7dadbd Text Font Color

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

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


#7dadbd Background Color

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

This div background color is #7dadbd


#7dadbd Border Color

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

This div border color is #7dadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dadbd


Comments

No comments written yet.

Please login to write comment.