Color Hex Logo

#31b8cc Color Hex

#31B8CC
(49,184,204)
0 Favorites   0 Comments

Color spaces of #31b8cc

RGB 49184204
HSL0.520.610.50
HSV188°76°80°
CMYK 0.760.100.00   0.20
XYZ29.306239.293663.1666
Yxy39.29360.22240.2982
Hunter Lab62.6846-26.2460-15.8667
CIE-Lab68.9634-28.4340-20.3151

#31b8cc color RGB value is (49,184,204).

#31b8cc hex color red value is 49, green value is 184 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #31b8cc hue: 0.52 , saturation: 0.61 and the lightness value of 31b8cc is 0.50.

The process color (four color CMYK) of #31b8cc color hex is 0.76, 0.10, 0.00, 0.20. Web safe color of #31b8cc is #33cccc. Color #31b8cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111000 11001100
Octal 61 270 314
Decimal 49 184 204
Hex 31 B8 CC

RGB Percentages of Color #31b8cc

%11.21
%42.11
%46.68

CMYK Percentages of Color #31b8cc

%76
%10
%0
%20

Triadic Colors of #31b8cc

#31b8cc #cc31b8 #b8cc31

Analogous Colors of #31b8cc

#31b8cc #316bcc #31cc93

Monochromatic Colors of #31b8cc

#31b8cc

Complementary Color

#31b8cc #cc4531

#31b8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b8cc Color CSS Codes

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

#31b8cc Text Font Color

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

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


#31b8cc Background Color

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

This div background color is #31b8cc


#31b8cc Border Color

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

This div border color is #31b8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b8cc


Comments

No comments written yet.

Please login to write comment.