Color Hex Logo

#31bcca Color Hex

#31BCCA
(49,188,202)
0 Favorites   0 Comments

Color spaces of #31bcca

RGB 49188202
HSL0.520.610.49
HSV185°76°79°
CMYK 0.760.070.00   0.21
XYZ29.910540.883762.1920
Yxy40.88370.22490.3074
Hunter Lab63.9404-28.3956-12.9105
CIE-Lab70.0944-31.0028-17.5029

#31bcca color RGB value is (49,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111100 11001010
Octal 61 274 312
Decimal 49 188 202
Hex 31 BC CA

RGB Percentages of Color #31bcca

%11.16
%42.82
%46.01

CMYK Percentages of Color #31bcca

%76
%7
%0
%21

Triadic Colors of #31bcca

#31bcca #ca31bc #bcca31

Analogous Colors of #31bcca

#31bcca #3170ca #31ca8c

Monochromatic Colors of #31bcca

#31bcca

Complementary Color

#31bcca #ca3f31

#31bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#31bcca Color CSS Codes

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

#31bcca Text Font Color

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

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


#31bcca Background Color

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

This div background color is #31bcca


#31bcca Border Color

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

This div border color is #31bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31bcca


Comments

No comments written yet.

Please login to write comment.