Color Hex Logo

#7dadae Color Hex

#7DADAE
(125,173,174)
0 Favorites   0 Comments

Color spaces of #7dadae

RGB 125173174
HSL0.500.230.59
HSV181°28°68°
CMYK 0.280.010.00   0.32
XYZ31.041037.303145.6086
Yxy37.30310.27240.3274
Hunter Lab61.0763-16.1638-1.5213
CIE-Lab67.5038-15.6048-5.6718

#7dadae color RGB value is (125,173,174).

#7dadae hex color red value is 125, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7dadae hue: 0.50 , saturation: 0.23 and the lightness value of 7dadae is 0.59.

The process color (four color CMYK) of #7dadae color hex is 0.28, 0.01, 0.00, 0.32. Web safe color of #7dadae is #669999. Color #7dadae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101101 10101110
Octal 175 255 256
Decimal 125 173 174
Hex 7D AD AE

RGB Percentages of Color #7dadae

%26.48
%36.65
%36.86

CMYK Percentages of Color #7dadae

%28
%1
%0
%32

Triadic Colors of #7dadae

#7dadae #ae7dad #adae7d

Analogous Colors of #7dadae

#7dadae #7d95ae #7dae97

Monochromatic Colors of #7dadae

#7dadae

Complementary Color

#7dadae #ae7e7d

#7dadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dadae Color CSS Codes

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

#7dadae Text Font Color

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

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


#7dadae Background Color

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

This div background color is #7dadae


#7dadae Border Color

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

This div border color is #7dadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dadae


Comments

No comments written yet.

Please login to write comment.