Color Hex Logo

#31abbd Color Hex

#31ABBD
(49,171,189)
0 Favorites   0 Comments

Color spaces of #31abbd

RGB 49171189
HSL0.520.590.47
HSV188°74°74°
CMYK 0.740.100.00   0.26
XYZ25.014833.452953.2827
Yxy33.45290.22380.2994
Hunter Lab57.8385-24.0172-14.1329
CIE-Lab64.5260-26.6723-18.7679

#31abbd color RGB value is (49,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101011 10111101
Octal 61 253 275
Decimal 49 171 189
Hex 31 AB BD

RGB Percentages of Color #31abbd

%11.98
%41.81
%46.21

CMYK Percentages of Color #31abbd

%74
%10
%0
%26

Triadic Colors of #31abbd

#31abbd #bd31ab #abbd31

Analogous Colors of #31abbd

#31abbd #3165bd #31bd89

Monochromatic Colors of #31abbd

#31abbd

Complementary Color

#31abbd #bd4331

#31abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31abbd Color CSS Codes

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

#31abbd Text Font Color

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

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


#31abbd Background Color

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

This div background color is #31abbd


#31abbd Border Color

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

This div border color is #31abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31abbd


Comments

No comments written yet.

Please login to write comment.