Color Hex Logo

#27dce6 Color Hex

#27DCE6
(39,220,230)
0 Favorites   0 Comments

Color spaces of #27dce6

RGB 39220230
HSL0.510.790.53
HSV183°83°90°
CMYK 0.830.040.00   0.10
XYZ40.712857.330983.7831
Yxy57.33090.22390.3153
Hunter Lab75.7172-36.5264-12.6040
CIE-Lab80.3654-38.4609-17.1246

#27dce6 color RGB value is (39,220,230).

#27dce6 hex color red value is 39, green value is 220 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #27dce6 hue: 0.51 , saturation: 0.79 and the lightness value of 27dce6 is 0.53.

The process color (four color CMYK) of #27dce6 color hex is 0.83, 0.04, 0.00, 0.10. Web safe color of #27dce6 is #33ccff. Color #27dce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011100 11100110
Octal 47 334 346
Decimal 39 220 230
Hex 27 DC E6

RGB Percentages of Color #27dce6

%7.98
%44.99
%47.03

CMYK Percentages of Color #27dce6

%83
%4
%0
%10

Triadic Colors of #27dce6

#27dce6 #e627dc #dce627

Analogous Colors of #27dce6

#27dce6 #277de6 #27e691

Monochromatic Colors of #27dce6

#27dce6

Complementary Color

#27dce6 #e63127

#27dce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27dce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#27dce6 Color CSS Codes

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

#27dce6 Text Font Color

<p style="color:#27dce6">Text here</p>

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


#27dce6 Background Color

<div style="background-color:#27dce6">
Div content here</div>

This div background color is #27dce6


#27dce6 Border Color

<div style="border:3px solid #27dce6">
Div here</div>

This div border color is #27dce6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,220,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27dce6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27dce6;
  -webkit-box-shadow: 1px 1px 3px 2px #27dce6;
  box-shadow:         1px 1px 3px 2px #27dce6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27dce6


Comments

No comments written yet.

Please login to write comment.