Color Hex Logo

#31ccdc Color Hex

#31CCDC
(49,204,220)
0 Favorites   0 Comments

Color spaces of #31ccdc

RGB 49204220
HSL0.520.710.53
HSV186°78°86°
CMYK 0.780.070.00   0.14
XYZ35.777849.006075.2836
Yxy49.00600.22350.3062
Hunter Lab70.0043-31.2797-14.7583
CIE-Lab75.4551-33.1852-19.1709

#31ccdc color RGB value is (49,204,220).

#31ccdc hex color red value is 49, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #31ccdc hue: 0.52 , saturation: 0.71 and the lightness value of 31ccdc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001100 11011100
Octal 61 314 334
Decimal 49 204 220
Hex 31 CC DC

RGB Percentages of Color #31ccdc

%10.36
%43.13
%46.51

CMYK Percentages of Color #31ccdc

%78
%7
%0
%14

Triadic Colors of #31ccdc

#31ccdc #dc31cc #ccdc31

Analogous Colors of #31ccdc

#31ccdc #3177dc #31dc97

Monochromatic Colors of #31ccdc

#31ccdc

Complementary Color

#31ccdc #dc4131

#31ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#31ccdc Color CSS Codes

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

#31ccdc Text Font Color

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

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


#31ccdc Background Color

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

This div background color is #31ccdc


#31ccdc Border Color

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

This div border color is #31ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31ccdc


Comments

No comments written yet.

Please login to write comment.