Color Hex Logo

#31cecc Color Hex

#31CECC
(49,206,204)
0 Favorites   0 Comments

Color spaces of #31cecc

RGB 49206204
HSL0.500.620.50
HSV179°76°81°
CMYK 0.760.000.01   0.19
XYZ34.237049.155264.8102
Yxy49.15520.23100.3317
Hunter Lab70.1108-35.5274-5.7300
CIE-Lab75.5478-38.8436-10.3971

#31cecc color RGB value is (49,206,204).

#31cecc hex color red value is 49, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #31cecc hue: 0.50 , saturation: 0.62 and the lightness value of 31cecc is 0.50.

The process color (four color CMYK) of #31cecc color hex is 0.76, 0.00, 0.01, 0.19. Web safe color of #31cecc is #33cccc. Color #31cecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001110 11001100
Octal 61 316 314
Decimal 49 206 204
Hex 31 CE CC

RGB Percentages of Color #31cecc

%10.68
%44.88
%44.44

CMYK Percentages of Color #31cecc

%76
%0
%1
%19

Triadic Colors of #31cecc

#31cecc #cc31ce #cecc31

Analogous Colors of #31cecc

#31cecc #3182ce #31ce7e

Monochromatic Colors of #31cecc

#31cecc

Complementary Color

#31cecc #ce3133

#31cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cecc Color CSS Codes

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

#31cecc Text Font Color

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

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


#31cecc Background Color

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

This div background color is #31cecc


#31cecc Border Color

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

This div border color is #31cecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cecc


Comments

No comments written yet.

Please login to write comment.