Color Hex Logo

#27dcbe Color Hex

#27DCBE
(39,220,190)
0 Favorites   0 Comments

Color spaces of #27dcbe

RGB 39220190
HSL0.470.720.51
HSV170°82°86°
CMYK 0.820.000.14   0.14
XYZ35.724255.335457.5131
Yxy55.33540.24040.3724
Hunter Lab74.3878-44.45526.2312
CIE-Lab79.2341-49.65442.5256

#27dcbe color RGB value is (39,220,190).

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

The process color (four color CMYK) of #27dcbe color hex is 0.82, 0.00, 0.14, 0.14. Web safe color of #27dcbe is #33cccc. Color #27dcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011100 10111110
Octal 47 334 276
Decimal 39 220 190
Hex 27 DC BE

RGB Percentages of Color #27dcbe

%8.69
%49.00
%42.32

CMYK Percentages of Color #27dcbe

%82
%0
%14
%14

Triadic Colors of #27dcbe

#27dcbe #be27dc #dcbe27

Analogous Colors of #27dcbe

#27dcbe #27a0dc #27dc64

Monochromatic Colors of #27dcbe

#27dcbe

Complementary Color

#27dcbe #dc2745

#27dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#27dcbe Color CSS Codes

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

#27dcbe Text Font Color

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

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


#27dcbe Background Color

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

This div background color is #27dcbe


#27dcbe Border Color

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

This div border color is #27dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27dcbe


Comments

No comments written yet.

Please login to write comment.