Color Hex Logo

#7c9eba Color Hex

#7C9EBA
(124,158,186)
0 Favorites   0 Comments

Color spaces of #7c9eba

RGB 124158186
HSL0.580.310.61
HSV207°33°73°
CMYK 0.330.150.00   0.27
XYZ29.402032.284051.1362
Yxy32.28400.26060.2861
Hunter Lab56.8190-7.0653-13.5867
CIE-Lab63.5769-4.8487-18.2587

#7c9eba color RGB value is (124,158,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10011110 10111010
Octal 174 236 272
Decimal 124 158 186
Hex 7C 9E BA

RGB Percentages of Color #7c9eba

%26.50
%33.76
%39.74

CMYK Percentages of Color #7c9eba

%33
%15
%0
%27

Triadic Colors of #7c9eba

#7c9eba #ba7c9e #9eba7c

Analogous Colors of #7c9eba

#7c9eba #7c7fba #7cbab7

Monochromatic Colors of #7c9eba

#7c9eba

Complementary Color

#7c9eba #ba987c

#7c9eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c9eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c9eba Color CSS Codes

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

#7c9eba Text Font Color

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

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


#7c9eba Background Color

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

This div background color is #7c9eba


#7c9eba Border Color

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

This div border color is #7c9eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c9eba


Comments

No comments written yet.

Please login to write comment.