Color Hex Logo

#31acbb Color Hex

#31ACBB
(49,172,187)
0 Favorites   0 Comments

Color spaces of #31acbb

RGB 49172187
HSL0.520.580.46
HSV187°74°73°
CMYK 0.740.080.00   0.27
XYZ24.988833.745952.2103
Yxy33.74590.22520.3042
Hunter Lab58.0912-24.8752-12.6239
CIE-Lab64.7604-27.7937-17.2992

#31acbb color RGB value is (49,172,187).

#31acbb hex color red value is 49, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #31acbb hue: 0.52 , saturation: 0.58 and the lightness value of 31acbb is 0.46.

The process color (four color CMYK) of #31acbb color hex is 0.74, 0.08, 0.00, 0.27. Web safe color of #31acbb is #3399cc. Color #31acbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101100 10111011
Octal 61 254 273
Decimal 49 172 187
Hex 31 AC BB

RGB Percentages of Color #31acbb

%12.01
%42.16
%45.83

CMYK Percentages of Color #31acbb

%74
%8
%0
%27

Triadic Colors of #31acbb

#31acbb #bb31ac #acbb31

Analogous Colors of #31acbb

#31acbb #3167bb #31bb85

Monochromatic Colors of #31acbb

#31acbb

Complementary Color

#31acbb #bb4031

#31acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31acbb Color CSS Codes

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

#31acbb Text Font Color

<p style="color:#31acbb">Text here</p>

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


#31acbb Background Color

<div style="background-color:#31acbb">
Div content here</div>

This div background color is #31acbb


#31acbb Border Color

<div style="border:3px solid #31acbb">
Div here</div>

This div border color is #31acbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,172,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31acbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31acbb;
  -webkit-box-shadow: 1px 1px 3px 2px #31acbb;
  box-shadow:         1px 1px 3px 2px #31acbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,172,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31acbb


Comments

No comments written yet.

Please login to write comment.