Color Hex Logo

#27dfb4 Color Hex

#27DFB4
(39,223,180)
0 Favorites   0 Comments

Color spaces of #27dfb4

RGB 39223180
HSL0.460.740.51
HSV166°83°87°
CMYK 0.830.000.19   0.13
XYZ35.462656.502052.2169
Yxy56.50200.24600.3919
Hunter Lab75.1678-47.331111.4304
CIE-Lab79.8987-53.40208.7947

#27dfb4 color RGB value is (39,223,180).

#27dfb4 hex color red value is 39, green value is 223 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #27dfb4 hue: 0.46 , saturation: 0.74 and the lightness value of 27dfb4 is 0.51.

The process color (four color CMYK) of #27dfb4 color hex is 0.83, 0.00, 0.19, 0.13. Web safe color of #27dfb4 is #33cccc. Color #27dfb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011111 10110100
Octal 47 337 264
Decimal 39 223 180
Hex 27 DF B4

RGB Percentages of Color #27dfb4

%8.82
%50.45
%40.72

CMYK Percentages of Color #27dfb4

%83
%0
%19
%13

Triadic Colors of #27dfb4

#27dfb4 #b427df #dfb427

Analogous Colors of #27dfb4

#27dfb4 #27aedf #27df58

Monochromatic Colors of #27dfb4

#27dfb4

Complementary Color

#27dfb4 #df2752

#27dfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27dfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#27dfb4 Color CSS Codes

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

#27dfb4 Text Font Color

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

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


#27dfb4 Background Color

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

This div background color is #27dfb4


#27dfb4 Border Color

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

This div border color is #27dfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27dfb4


Comments

No comments written yet.

Please login to write comment.