Color Hex Logo

#31afca Color Hex

#31AFCA
(49,175,202)
0 Favorites   0 Comments

Color spaces of #31afca

RGB 49175202
HSL0.530.610.49
HSV191°76°79°
CMYK 0.760.130.00   0.21
XYZ27.257335.577261.3076
Yxy35.57720.21960.2866
Hunter Lab59.6466-22.8107-19.1884
CIE-Lab66.1956-24.5667-23.4345

#31afca color RGB value is (49,175,202).

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

The process color (four color CMYK) of #31afca color hex is 0.76, 0.13, 0.00, 0.21. Web safe color of #31afca is #3399cc. Color #31afca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101111 11001010
Octal 61 257 312
Decimal 49 175 202
Hex 31 AF CA

RGB Percentages of Color #31afca

%11.50
%41.08
%47.42

CMYK Percentages of Color #31afca

%76
%13
%0
%21

Triadic Colors of #31afca

#31afca #ca31af #afca31

Analogous Colors of #31afca

#31afca #3162ca #31ca99

Monochromatic Colors of #31afca

#31afca

Complementary Color

#31afca #ca4c31

#31afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#31afca Color CSS Codes

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

#31afca Text Font Color

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

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


#31afca Background Color

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

This div background color is #31afca


#31afca Border Color

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

This div border color is #31afca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,175,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 #31afca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31afca


Comments

No comments written yet.

Please login to write comment.