Color Hex Logo

#7c9dba Color Hex

#7C9DBA
(124,157,186)
0 Favorites   0 Comments

Color spaces of #7c9dba

RGB 124157186
HSL0.580.310.61
HSV208°33°73°
CMYK 0.330.160.00   0.27
XYZ29.232131.944251.0795
Yxy31.94420.26040.2846
Hunter Lab56.5192-6.5872-14.0202
CIE-Lab63.2967-4.2936-18.6843

#7c9dba color RGB value is (124,157,186).

#7c9dba hex color red value is 124, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7c9dba hue: 0.58 , saturation: 0.31 and the lightness value of 7c9dba is 0.61.

The process color (four color CMYK) of #7c9dba color hex is 0.33, 0.16, 0.00, 0.27. Web safe color of #7c9dba is #6699cc. Color #7c9dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011101 10111010
Octal 174 235 272
Decimal 124 157 186
Hex 7C 9D BA

RGB Percentages of Color #7c9dba

%26.55
%33.62
%39.83

CMYK Percentages of Color #7c9dba

%33
%16
%0
%27

Triadic Colors of #7c9dba

#7c9dba #ba7c9d #9dba7c

Analogous Colors of #7c9dba

#7c9dba #7c7eba #7cbab8

Monochromatic Colors of #7c9dba

#7c9dba

Complementary Color

#7c9dba #ba997c

#7c9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9dba Color CSS Codes

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

#7c9dba Text Font Color

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

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


#7c9dba Background Color

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

This div background color is #7c9dba


#7c9dba Border Color

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

This div border color is #7c9dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,157,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c9dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c9dba;
  -webkit-box-shadow: 1px 1px 3px 2px #7c9dba;
  box-shadow:         1px 1px 3px 2px #7c9dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,157,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9dba


Comments

No comments written yet.

Please login to write comment.