Color Hex Logo

#7ca9ba Color Hex

#7CA9BA
(124,169,186)
0 Favorites   0 Comments

Color spaces of #7ca9ba

RGB 124169186
HSL0.550.310.61
HSV196°33°73°
CMYK 0.330.090.00   0.27
XYZ31.363136.206251.7899
Yxy36.20620.26280.3033
Hunter Lab60.1716-12.2611-8.9110
CIE-Lab66.6772-10.8548-13.5731

#7ca9ba color RGB value is (124,169,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101001 10111010
Octal 174 251 272
Decimal 124 169 186
Hex 7C A9 BA

RGB Percentages of Color #7ca9ba

%25.89
%35.28
%38.83

CMYK Percentages of Color #7ca9ba

%33
%9
%0
%27

Triadic Colors of #7ca9ba

#7ca9ba #ba7ca9 #a9ba7c

Analogous Colors of #7ca9ba

#7ca9ba #7c8aba #7cbaac

Monochromatic Colors of #7ca9ba

#7ca9ba

Complementary Color

#7ca9ba #ba8d7c

#7ca9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca9ba Color CSS Codes

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

#7ca9ba Text Font Color

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

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


#7ca9ba Background Color

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

This div background color is #7ca9ba


#7ca9ba Border Color

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

This div border color is #7ca9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca9ba


Comments

No comments written yet.

Please login to write comment.