Color Hex Logo

#7dacaf Color Hex

#7DACAF
(125,172,175)
0 Favorites   0 Comments

Color spaces of #7dacaf

RGB 125172175
HSL0.510.240.59
HSV184°29°69°
CMYK 0.290.020.00   0.31
XYZ30.947836.960246.0603
Yxy36.96020.27150.3243
Hunter Lab60.7949-15.5252-2.3637
CIE-Lab67.2472-14.8435-6.6067

#7dacaf color RGB value is (125,172,175).

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

The process color (four color CMYK) of #7dacaf color hex is 0.29, 0.02, 0.00, 0.31. Web safe color of #7dacaf is #669999. Color #7dacaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 10101111
Octal 175 254 257
Decimal 125 172 175
Hex 7D AC AF

RGB Percentages of Color #7dacaf

%26.48
%36.44
%37.08

CMYK Percentages of Color #7dacaf

%29
%2
%0
%31

Triadic Colors of #7dacaf

#7dacaf #af7dac #acaf7d

Analogous Colors of #7dacaf

#7dacaf #7d93af #7daf99

Monochromatic Colors of #7dacaf

#7dacaf

Complementary Color

#7dacaf #af807d

#7dacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dacaf Color CSS Codes

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

#7dacaf Text Font Color

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

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


#7dacaf Background Color

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

This div background color is #7dacaf


#7dacaf Border Color

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

This div border color is #7dacaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dacaf


Comments

No comments written yet.

Please login to write comment.