Color Hex Logo

#31cefb Color Hex

#31CEFB
(49,206,251)
0 Favorites   0 Comments

Color spaces of #31cefb

RGB 49206251
HSL0.540.960.59
HSV193°80°98°
CMYK 0.800.180.00   0.02
XYZ40.750551.760699.1098
Yxy51.76060.21270.2701
Hunter Lab71.9448-24.7987-31.3154
CIE-Lab77.1375-24.4313-33.2457

#31cefb color RGB value is (49,206,251).

#31cefb hex color red value is 49, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #31cefb hue: 0.54 , saturation: 0.96 and the lightness value of 31cefb is 0.59.

The process color (four color CMYK) of #31cefb color hex is 0.80, 0.18, 0.00, 0.02. Web safe color of #31cefb is #33ccff. Color #31cefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001110 11111011
Octal 61 316 373
Decimal 49 206 251
Hex 31 CE FB

RGB Percentages of Color #31cefb

%9.68
%40.71
%49.60

CMYK Percentages of Color #31cefb

%80
%18
%0
%2

Triadic Colors of #31cefb

#31cefb #fb31ce #cefb31

Analogous Colors of #31cefb

#31cefb #3169fb #31fbc3

Monochromatic Colors of #31cefb

#31cefb

Complementary Color

#31cefb #fb5e31

#31cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cefb Color CSS Codes

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

#31cefb Text Font Color

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

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


#31cefb Background Color

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

This div background color is #31cefb


#31cefb Border Color

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

This div border color is #31cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cefb


Comments

No comments written yet.

Please login to write comment.