Color Hex Logo

#31cad5 Color Hex

#31CAD5
(49,202,213)
0 Favorites   0 Comments

Color spaces of #31cad5

RGB 49202213
HSL0.510.660.51
HSV184°77°84°
CMYK 0.770.050.00   0.16
XYZ34.397447.698170.3445
Yxy47.69810.22560.3129
Hunter Lab69.0638-31.9593-12.0448
CIE-Lab74.6341-34.3507-16.6310

#31cad5 color RGB value is (49,202,213).

#31cad5 hex color red value is 49, green value is 202 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #31cad5 hue: 0.51 , saturation: 0.66 and the lightness value of 31cad5 is 0.51.

The process color (four color CMYK) of #31cad5 color hex is 0.77, 0.05, 0.00, 0.16. Web safe color of #31cad5 is #33cccc. Color #31cad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001010 11010101
Octal 61 312 325
Decimal 49 202 213
Hex 31 CA D5

RGB Percentages of Color #31cad5

%10.56
%43.53
%45.91

CMYK Percentages of Color #31cad5

%77
%5
%0
%16

Triadic Colors of #31cad5

#31cad5 #d531ca #cad531

Analogous Colors of #31cad5

#31cad5 #3178d5 #31d58e

Monochromatic Colors of #31cad5

#31cad5

Complementary Color

#31cad5 #d53c31

#31cad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cad5 Color CSS Codes

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

#31cad5 Text Font Color

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

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


#31cad5 Background Color

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

This div background color is #31cad5


#31cad5 Border Color

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

This div border color is #31cad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cad5


Comments

No comments written yet.

Please login to write comment.