Color Hex Logo

#31caba Color Hex

#31CABA
(49,202,186)
0 Favorites   0 Comments

Color spaces of #31caba

RGB 49202186
HSL0.480.610.49
HSV174°76°79°
CMYK 0.760.000.08   0.21
XYZ31.250146.439253.7710
Yxy46.43920.23770.3533
Hunter Lab68.1463-37.40070.9195
CIE-Lab73.8296-42.0998-3.2071

#31caba color RGB value is (49,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001010 10111010
Octal 61 312 272
Decimal 49 202 186
Hex 31 CA BA

RGB Percentages of Color #31caba

%11.21
%46.22
%42.56

CMYK Percentages of Color #31caba

%76
%0
%8
%21

Triadic Colors of #31caba

#31caba #ba31ca #caba31

Analogous Colors of #31caba

#31caba #318eca #31ca6e

Monochromatic Colors of #31caba

#31caba

Complementary Color

#31caba #ca3141

#31caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#31caba Color CSS Codes

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

#31caba Text Font Color

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

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


#31caba Background Color

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

This div background color is #31caba


#31caba Border Color

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

This div border color is #31caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31caba


Comments

No comments written yet.

Please login to write comment.