Color Hex Logo

#27abdb Color Hex

#27ABDB
(39,171,219)
0 Favorites   0 Comments

Color spaces of #27abdb

RGB 39171219
HSL0.540.710.51
HSV196°82°86°
CMYK 0.820.220.00   0.14
XYZ28.185834.671672.2246
Yxy34.67160.20870.2567
Hunter Lab58.8826-17.6005-31.5065
CIE-Lab65.4922-17.8325-33.9197

#27abdb color RGB value is (39,171,219).

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

The process color (four color CMYK) of #27abdb color hex is 0.82, 0.22, 0.00, 0.14. Web safe color of #27abdb is #3399cc. Color #27abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101011 11011011
Octal 47 253 333
Decimal 39 171 219
Hex 27 AB DB

RGB Percentages of Color #27abdb

%9.09
%39.86
%51.05

CMYK Percentages of Color #27abdb

%82
%22
%0
%14

Triadic Colors of #27abdb

#27abdb #db27ab #abdb27

Analogous Colors of #27abdb

#27abdb #2751db #27dbb1

Monochromatic Colors of #27abdb

#27abdb

Complementary Color

#27abdb #db5727

#27abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#27abdb Color CSS Codes

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

#27abdb Text Font Color

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

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


#27abdb Background Color

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

This div background color is #27abdb


#27abdb Border Color

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

This div border color is #27abdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,171,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 #27abdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27abdb


Comments

No comments written yet.

Please login to write comment.