Color Hex Logo

#31cadb Color Hex

#31CADB
(49,202,219)
0 Favorites   0 Comments

Color spaces of #31cadb

RGB 49202219
HSL0.520.700.53
HSV186°78°86°
CMYK 0.780.080.00   0.14
XYZ35.173348.008574.4306
Yxy48.00850.22320.3046
Hunter Lab69.2882-30.6409-15.1887
CIE-Lab74.8303-32.5370-19.5776

#31cadb color RGB value is (49,202,219).

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

The process color (four color CMYK) of #31cadb color hex is 0.78, 0.08, 0.00, 0.14. Web safe color of #31cadb is #33cccc. Color #31cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001010 11011011
Octal 61 312 333
Decimal 49 202 219
Hex 31 CA DB

RGB Percentages of Color #31cadb

%10.43
%42.98
%46.60

CMYK Percentages of Color #31cadb

%78
%8
%0
%14

Triadic Colors of #31cadb

#31cadb #db31ca #cadb31

Analogous Colors of #31cadb

#31cadb #3175db #31db97

Monochromatic Colors of #31cadb

#31cadb

Complementary Color

#31cadb #db4231

#31cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cadb Color CSS Codes

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

#31cadb Text Font Color

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

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


#31cadb Background Color

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

This div background color is #31cadb


#31cadb Border Color

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

This div border color is #31cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cadb


Comments

No comments written yet.

Please login to write comment.