Color Hex Logo

#7dacae Color Hex

#7DACAE
(125,172,174)
0 Favorites   0 Comments

Color spaces of #7dacae

RGB 125172174
HSL0.510.230.59
HSV182°28°68°
CMYK 0.280.010.00   0.32
XYZ30.850036.921045.5449
Yxy36.92100.27220.3258
Hunter Lab60.7627-15.7078-1.9072
CIE-Lab67.2177-15.0793-6.0953

#7dacae color RGB value is (125,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 10101110
Octal 175 254 256
Decimal 125 172 174
Hex 7D AC AE

RGB Percentages of Color #7dacae

%26.54
%36.52
%36.94

CMYK Percentages of Color #7dacae

%28
%1
%0
%32

Triadic Colors of #7dacae

#7dacae #ae7dac #acae7d

Analogous Colors of #7dacae

#7dacae #7d94ae #7dae98

Monochromatic Colors of #7dacae

#7dacae

Complementary Color

#7dacae #ae7f7d

#7dacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dacae Color CSS Codes

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

#7dacae Text Font Color

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

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


#7dacae Background Color

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

This div background color is #7dacae


#7dacae Border Color

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

This div border color is #7dacae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,172,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 #7dacae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dacae


Comments

No comments written yet.

Please login to write comment.