Color Hex Logo

#849db3 Color Hex

#849DB3
(132,157,179)
0 Favorites   0 Comments

Color spaces of #849db3

RGB 132157179
HSL0.580.240.61
HSV208°26°70°
CMYK 0.260.120.00   0.30
XYZ29.709432.274147.3115
Yxy32.27410.27180.2953
Hunter Lab56.8103-6.0700-9.6094
CIE-Lab63.5688-3.6392-14.2960

#849db3 color RGB value is (132,157,179).

#849db3 hex color red value is 132, green value is 157 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #849db3 hue: 0.58 , saturation: 0.24 and the lightness value of 849db3 is 0.61.

The process color (four color CMYK) of #849db3 color hex is 0.26, 0.12, 0.00, 0.30. Web safe color of #849db3 is #9999cc. Color #849db3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 10110011
Octal 204 235 263
Decimal 132 157 179
Hex 84 9D B3

RGB Percentages of Color #849db3

%28.21
%33.55
%38.25

CMYK Percentages of Color #849db3

%26
%12
%0
%30

Triadic Colors of #849db3

#849db3 #b3849d #9db384

Analogous Colors of #849db3

#849db3 #8486b3 #84b3b2

Monochromatic Colors of #849db3

#849db3

Complementary Color

#849db3 #b39a84

#849db3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849db3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849db3 Color CSS Codes

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

#849db3 Text Font Color

<p style="color:#849db3">Text here</p>

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


#849db3 Background Color

<div style="background-color:#849db3">
Div content here</div>

This div background color is #849db3


#849db3 Border Color

<div style="border:3px solid #849db3">
Div here</div>

This div border color is #849db3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,157,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849db3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849db3;
  -webkit-box-shadow: 1px 1px 3px 2px #849db3;
  box-shadow:         1px 1px 3px 2px #849db3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849db3


Comments

No comments written yet.

Please login to write comment.