Color Hex Logo

#31bddd Color Hex

#31BDDD
(49,189,221)
0 Favorites   0 Comments

Color spaces of #31bddd

RGB 49189221
HSL0.530.720.53
HSV191°78°87°
CMYK 0.780.140.00   0.13
XYZ32.515442.268674.8515
Yxy42.26860.21730.2825
Hunter Lab65.0143-24.5024-22.7510
CIE-Lab71.0557-25.5472-26.4170

#31bddd color RGB value is (49,189,221).

#31bddd hex color red value is 49, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #31bddd hue: 0.53 , saturation: 0.72 and the lightness value of 31bddd is 0.53.

The process color (four color CMYK) of #31bddd color hex is 0.78, 0.14, 0.00, 0.13. Web safe color of #31bddd is #33cccc. Color #31bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111101 11011101
Octal 61 275 335
Decimal 49 189 221
Hex 31 BD DD

RGB Percentages of Color #31bddd

%10.68
%41.18
%48.15

CMYK Percentages of Color #31bddd

%78
%14
%0
%13

Triadic Colors of #31bddd

#31bddd #dd31bd #bddd31

Analogous Colors of #31bddd

#31bddd #3167dd #31dda7

Monochromatic Colors of #31bddd

#31bddd

Complementary Color

#31bddd #dd5131

#31bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31bddd Color CSS Codes

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

#31bddd Text Font Color

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

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


#31bddd Background Color

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

This div background color is #31bddd


#31bddd Border Color

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

This div border color is #31bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31bddd


Comments

No comments written yet.

Please login to write comment.