Color Hex Logo

#31caff Color Hex

#31CAFF
(49,202,255)
0 Favorites   0 Comments

Color spaces of #31caff

RGB 49202255
HSL0.541.000.60
HSV195°81°100°
CMYK 0.810.210.00   0.00
XYZ40.437250.1140102.1495
Yxy50.11400.20980.2601
Hunter Lab70.7912-21.9223-35.9997
CIE-Lab76.1392-21.0971-36.9285

#31caff color RGB value is (49,202,255).

#31caff hex color red value is 49, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #31caff hue: 0.54 , saturation: 1.00 and the lightness value of 31caff is 0.60.

The process color (four color CMYK) of #31caff color hex is 0.81, 0.21, 0.00, 0.00. Web safe color of #31caff is #33ccff. Color #31caff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001010 11111111
Octal 61 312 377
Decimal 49 202 255
Hex 31 CA FF

RGB Percentages of Color #31caff

%9.68
%39.92
%50.40

CMYK Percentages of Color #31caff

%81
%21
%0
%0

Triadic Colors of #31caff

#31caff #ff31ca #caff31

Analogous Colors of #31caff

#31caff #3163ff #31ffcd

Monochromatic Colors of #31caff

#31caff

Complementary Color

#31caff #ff6631

#31caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#31caff Color CSS Codes

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

#31caff Text Font Color

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

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


#31caff Background Color

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

This div background color is #31caff


#31caff Border Color

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

This div border color is #31caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31caff

Related Colors


Comments

No comments written yet.

Please login to write comment.