Color Hex Logo

#7dadba Color Hex

#7DADBA
(125,173,186)
0 Favorites   0 Comments

Color spaces of #7dadba

RGB 125173186
HSL0.540.310.61
HSV193°33°73°
CMYK 0.330.070.00   0.27
XYZ32.263937.792352.0485
Yxy37.79230.26420.3095
Hunter Lab61.4754-13.9006-7.1654
CIE-Lab67.8673-12.7078-11.7806

#7dadba color RGB value is (125,173,186).

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

The process color (four color CMYK) of #7dadba color hex is 0.33, 0.07, 0.00, 0.27. Web safe color of #7dadba is #6699cc. Color #7dadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101101 10111010
Octal 175 255 272
Decimal 125 173 186
Hex 7D AD BA

RGB Percentages of Color #7dadba

%25.83
%35.74
%38.43

CMYK Percentages of Color #7dadba

%33
%7
%0
%27

Triadic Colors of #7dadba

#7dadba #ba7dad #adba7d

Analogous Colors of #7dadba

#7dadba #7d8fba #7dbaa9

Monochromatic Colors of #7dadba

#7dadba

Complementary Color

#7dadba #ba8a7d

#7dadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dadba Color CSS Codes

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

#7dadba Text Font Color

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

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


#7dadba Background Color

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

This div background color is #7dadba


#7dadba Border Color

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

This div border color is #7dadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dadba

#7dadba Color Palettes


Comments

No comments written yet.

Please login to write comment.