Color Hex Logo

#27dbaf Color Hex

#27DBAF
(39,219,175)
0 Favorites   0 Comments

Color spaces of #27dbaf

RGB 39219175
HSL0.460.710.51
HSV165°82°86°
CMYK 0.820.000.20   0.14
XYZ33.906154.189549.2300
Yxy54.18950.24690.3946
Hunter Lab73.6135-46.607311.8785
CIE-Lab78.5721-53.02939.5513

#27dbaf color RGB value is (39,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011011 10101111
Octal 47 333 257
Decimal 39 219 175
Hex 27 DB AF

RGB Percentages of Color #27dbaf

%9.01
%50.58
%40.42

CMYK Percentages of Color #27dbaf

%82
%0
%20
%14

Triadic Colors of #27dbaf

#27dbaf #af27db #dbaf27

Analogous Colors of #27dbaf

#27dbaf #27addb #27db55

Monochromatic Colors of #27dbaf

#27dbaf

Complementary Color

#27dbaf #db2753

#27dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#27dbaf Color CSS Codes

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

#27dbaf Text Font Color

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

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


#27dbaf Background Color

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

This div background color is #27dbaf


#27dbaf Border Color

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

This div border color is #27dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27dbaf


Comments

No comments written yet.

Please login to write comment.