Color Hex Logo

#7c9fb4 Color Hex

#7C9FB4
(124,159,180)
0 Favorites   0 Comments

Color spaces of #7c9fb4

RGB 124159180
HSL0.560.270.60
HSV203°31°71°
CMYK 0.310.120.00   0.29
XYZ28.948532.376647.9036
Yxy32.37660.26500.2964
Hunter Lab56.9004-8.7626-10.0850
CIE-Lab63.6529-6.9239-14.7803

#7c9fb4 color RGB value is (124,159,180).

#7c9fb4 hex color red value is 124, green value is 159 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #7c9fb4 hue: 0.56 , saturation: 0.27 and the lightness value of 7c9fb4 is 0.60.

The process color (four color CMYK) of #7c9fb4 color hex is 0.31, 0.12, 0.00, 0.29. Web safe color of #7c9fb4 is #6699cc. Color #7c9fb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011111 10110100
Octal 174 237 264
Decimal 124 159 180
Hex 7C 9F B4

RGB Percentages of Color #7c9fb4

%26.78
%34.34
%38.88

CMYK Percentages of Color #7c9fb4

%31
%12
%0
%29

Triadic Colors of #7c9fb4

#7c9fb4 #b47c9f #9fb47c

Analogous Colors of #7c9fb4

#7c9fb4 #7c83b4 #7cb4ad

Monochromatic Colors of #7c9fb4

#7c9fb4

Complementary Color

#7c9fb4 #b4917c

#7c9fb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9fb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9fb4 Color CSS Codes

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

#7c9fb4 Text Font Color

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

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


#7c9fb4 Background Color

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

This div background color is #7c9fb4


#7c9fb4 Border Color

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

This div border color is #7c9fb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9fb4


Comments

No comments written yet.

Please login to write comment.