Color Hex Logo

#31cedd Color Hex

#31CEDD
(49,206,221)
0 Favorites   0 Comments

Color spaces of #31cedd

RGB 49206221
HSL0.510.720.53
HSV185°78°87°
CMYK 0.780.070.00   0.13
XYZ36.389150.016076.1428
Yxy50.01600.22390.3077
Hunter Lab70.7220-31.9186-14.3292
CIE-Lab76.0791-33.8304-18.7653

#31cedd color RGB value is (49,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001110 11011101
Octal 61 316 335
Decimal 49 206 221
Hex 31 CE DD

RGB Percentages of Color #31cedd

%10.29
%43.28
%46.43

CMYK Percentages of Color #31cedd

%78
%7
%0
%13

Triadic Colors of #31cedd

#31cedd #dd31ce #cedd31

Analogous Colors of #31cedd

#31cedd #3178dd #31dd96

Monochromatic Colors of #31cedd

#31cedd

Complementary Color

#31cedd #dd4031

#31cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cedd Color CSS Codes

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

#31cedd Text Font Color

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

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


#31cedd Background Color

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

This div background color is #31cedd


#31cedd Border Color

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

This div border color is #31cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cedd


Comments

No comments written yet.

Please login to write comment.