Color Hex Logo

#27addb Color Hex

#27ADDB
(39,173,219)
0 Favorites   0 Comments

Color spaces of #27addb

RGB 39173219
HSL0.540.710.51
HSV195°82°86°
CMYK 0.820.210.00   0.14
XYZ28.566535.432972.3515
Yxy35.43290.20950.2599
Hunter Lab59.5255-18.5070-30.3973
CIE-Lab66.0843-18.8904-33.0009

#27addb color RGB value is (39,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101101 11011011
Octal 47 255 333
Decimal 39 173 219
Hex 27 AD DB

RGB Percentages of Color #27addb

%9.05
%40.14
%50.81

CMYK Percentages of Color #27addb

%82
%21
%0
%14

Triadic Colors of #27addb

#27addb #db27ad #addb27

Analogous Colors of #27addb

#27addb #2753db #27dbaf

Monochromatic Colors of #27addb

#27addb

Complementary Color

#27addb #db5527

#27addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#27addb Color CSS Codes

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

#27addb Text Font Color

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

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


#27addb Background Color

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

This div background color is #27addb


#27addb Border Color

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

This div border color is #27addb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27addb


Comments

No comments written yet.

Please login to write comment.