Color Hex Logo

#7dacbd Color Hex

#7DACBD
(125,172,189)
0 Favorites   0 Comments

Color spaces of #7dacbd

RGB 125172189
HSL0.540.330.62
HSV196°34°74°
CMYK 0.340.090.00   0.26
XYZ32.395337.539153.6825
Yxy37.53910.26210.3037
Hunter Lab61.2692-12.8414-9.0600
CIE-Lab67.6795-11.4258-13.7239

#7dacbd color RGB value is (125,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101100 10111101
Octal 175 254 275
Decimal 125 172 189
Hex 7D AC BD

RGB Percentages of Color #7dacbd

%25.72
%35.39
%38.89

CMYK Percentages of Color #7dacbd

%34
%9
%0
%26

Triadic Colors of #7dacbd

#7dacbd #bd7dac #acbd7d

Analogous Colors of #7dacbd

#7dacbd #7d8cbd #7dbdae

Monochromatic Colors of #7dacbd

#7dacbd

Complementary Color

#7dacbd #bd8e7d

#7dacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dacbd Color CSS Codes

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

#7dacbd Text Font Color

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

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


#7dacbd Background Color

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

This div background color is #7dacbd


#7dacbd Border Color

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

This div border color is #7dacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dacbd


Comments

No comments written yet.

Please login to write comment.