Color Hex Logo

#27babd Color Hex

#27BABD
(39,186,189)
0 Favorites   0 Comments

Color spaces of #27babd

RGB 39186189
HSL0.500.660.45
HSV181°79°74°
CMYK 0.790.020.00   0.26
XYZ27.580939.223354.2613
Yxy39.22330.22780.3240
Hunter Lab62.6285-30.9905-7.5289
CIE-Lab68.9127-34.9787-12.1635

#27babd color RGB value is (39,186,189).

#27babd hex color red value is 39, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #27babd hue: 0.50 , saturation: 0.66 and the lightness value of 27babd is 0.45.

The process color (four color CMYK) of #27babd color hex is 0.79, 0.02, 0.00, 0.26. Web safe color of #27babd is #33cccc. Color #27babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10111010 10111101
Octal 47 272 275
Decimal 39 186 189
Hex 27 BA BD

RGB Percentages of Color #27babd

%9.42
%44.93
%45.65

CMYK Percentages of Color #27babd

%79
%2
%0
%26

Triadic Colors of #27babd

#27babd #bd27ba #babd27

Analogous Colors of #27babd

#27babd #276fbd #27bd75

Monochromatic Colors of #27babd

#27babd

Complementary Color

#27babd #bd2a27

#27babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#27babd Color CSS Codes

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

#27babd Text Font Color

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

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


#27babd Background Color

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

This div background color is #27babd


#27babd Border Color

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

This div border color is #27babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27babd


Comments

No comments written yet.

Please login to write comment.