Color Hex Logo

#31acbc Color Hex

#31ACBC
(49,172,188)
0 Favorites   0 Comments

Color spaces of #31acbc

RGB 49172188
HSL0.520.590.46
HSV187°74°74°
CMYK 0.740.090.00   0.26
XYZ25.096233.788952.7761
Yxy33.78890.22480.3026
Hunter Lab58.1282-24.6590-13.1412
CIE-Lab64.7947-27.4833-17.8035

#31acbc color RGB value is (49,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101100 10111100
Octal 61 254 274
Decimal 49 172 188
Hex 31 AC BC

RGB Percentages of Color #31acbc

%11.98
%42.05
%45.97

CMYK Percentages of Color #31acbc

%74
%9
%0
%26

Triadic Colors of #31acbc

#31acbc #bc31ac #acbc31

Analogous Colors of #31acbc

#31acbc #3167bc #31bc87

Monochromatic Colors of #31acbc

#31acbc

Complementary Color

#31acbc #bc4131

#31acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31acbc Color CSS Codes

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

#31acbc Text Font Color

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

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


#31acbc Background Color

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

This div background color is #31acbc


#31acbc Border Color

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

This div border color is #31acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31acbc


Comments

No comments written yet.

Please login to write comment.