Color Hex Logo

#7c9cbe Color Hex

#7C9CBE
(124,156,190)
0 Favorites   0 Comments

Color spaces of #7c9cbe

RGB 124156190
HSL0.590.340.62
HSV211°35°75°
CMYK 0.350.180.00   0.25
XYZ29.494931.779753.2947
Yxy31.77970.25740.2774
Hunter Lab56.3735-5.2615-16.5905
CIE-Lab63.1604-2.6975-21.1341

#7c9cbe color RGB value is (124,156,190).

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

The process color (four color CMYK) of #7c9cbe color hex is 0.35, 0.18, 0.00, 0.25. Web safe color of #7c9cbe is #6699cc. Color #7c9cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011100 10111110
Octal 174 234 276
Decimal 124 156 190
Hex 7C 9C BE

RGB Percentages of Color #7c9cbe

%26.38
%33.19
%40.43

CMYK Percentages of Color #7c9cbe

%35
%18
%0
%25

Triadic Colors of #7c9cbe

#7c9cbe #be7c9c #9cbe7c

Analogous Colors of #7c9cbe

#7c9cbe #7d7cbe #7cbdbe

Monochromatic Colors of #7c9cbe

#7c9cbe

Complementary Color

#7c9cbe #be9e7c

#7c9cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9cbe Color CSS Codes

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

#7c9cbe Text Font Color

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

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


#7c9cbe Background Color

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

This div background color is #7c9cbe


#7c9cbe Border Color

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

This div border color is #7c9cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9cbe


Comments

No comments written yet.

Please login to write comment.