Color Hex Logo

#27badb Color Hex

#27BADB
(39,186,219)
0 Favorites   0 Comments

Color spaces of #27badb

RGB 39186219
HSL0.530.710.51
HSV191°82°86°
CMYK 0.820.150.00   0.14
XYZ31.181840.663673.2232
Yxy40.66360.21490.2803
Hunter Lab63.7680-24.3097-23.4436
CIE-Lab69.9396-25.5840-27.0520

#27badb color RGB value is (39,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10111010 11011011
Octal 47 272 333
Decimal 39 186 219
Hex 27 BA DB

RGB Percentages of Color #27badb

%8.78
%41.89
%49.32

CMYK Percentages of Color #27badb

%82
%15
%0
%14

Triadic Colors of #27badb

#27badb #db27ba #badb27

Analogous Colors of #27badb

#27badb #2760db #27dba2

Monochromatic Colors of #27badb

#27badb

Complementary Color

#27badb #db4827

#27badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#27badb Color CSS Codes

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

#27badb Text Font Color

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

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


#27badb Background Color

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

This div background color is #27badb


#27badb Border Color

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

This div border color is #27badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27badb


Comments

No comments written yet.

Please login to write comment.