Color Hex Logo

#31bced Color Hex

#31BCED
(49,188,237)
0 Favorites   0 Comments

Color spaces of #31bced

RGB 49188237
HSL0.540.840.56
HSV196°79°93°
CMYK 0.790.210.00   0.07
XYZ34.535942.733886.5490
Yxy42.73380.21080.2609
Hunter Lab65.3711-20.0969-32.7381
CIE-Lab71.3739-19.8205-34.6220

#31bced color RGB value is (49,188,237).

#31bced hex color red value is 49, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #31bced hue: 0.54 , saturation: 0.84 and the lightness value of 31bced is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111100 11101101
Octal 61 274 355
Decimal 49 188 237
Hex 31 BC ED

RGB Percentages of Color #31bced

%10.34
%39.66
%50.00

CMYK Percentages of Color #31bced

%79
%21
%0
%7

Triadic Colors of #31bced

#31bced #ed31bc #bced31

Analogous Colors of #31bced

#31bced #315eed #31edc0

Monochromatic Colors of #31bced

#31bced

Complementary Color

#31bced #ed6231

#31bced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31bced Color Preview on White Background

Lorem ipsum dolor sit amet.

#31bced Color CSS Codes

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

#31bced Text Font Color

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

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


#31bced Background Color

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

This div background color is #31bced


#31bced Border Color

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

This div border color is #31bced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31bced


Comments

No comments written yet.

Please login to write comment.