Color Hex Logo

#7d9cbd Color Hex

#7D9CBD
(125,156,189)
0 Favorites   0 Comments

Color spaces of #7d9cbd

RGB 125156189
HSL0.590.330.62
HSV211°34°74°
CMYK 0.340.170.00   0.26
XYZ29.531231.811052.7278
Yxy31.81100.25890.2789
Hunter Lab56.4012-5.2411-15.9475
CIE-Lab63.1864-2.6707-20.5285

#7d9cbd color RGB value is (125,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10011100 10111101
Octal 175 234 275
Decimal 125 156 189
Hex 7D 9C BD

RGB Percentages of Color #7d9cbd

%26.60
%33.19
%40.21

CMYK Percentages of Color #7d9cbd

%34
%17
%0
%26

Triadic Colors of #7d9cbd

#7d9cbd #bd7d9c #9cbd7d

Analogous Colors of #7d9cbd

#7d9cbd #7e7dbd #7dbcbd

Monochromatic Colors of #7d9cbd

#7d9cbd

Complementary Color

#7d9cbd #bd9e7d

#7d9cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d9cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d9cbd Color CSS Codes

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

#7d9cbd Text Font Color

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

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


#7d9cbd Background Color

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

This div background color is #7d9cbd


#7d9cbd Border Color

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

This div border color is #7d9cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d9cbd


Comments

No comments written yet.

Please login to write comment.