Color Hex Logo

#27abdc Color Hex

#27ABDC
(39,171,220)
0 Favorites   0 Comments

Color spaces of #27abdc

RGB 39171220
HSL0.550.720.51
HSV196°82°86°
CMYK 0.820.220.00   0.14
XYZ28.317934.724572.9201
Yxy34.72450.20830.2554
Hunter Lab58.9275-17.3441-32.1194
CIE-Lab65.5336-17.4910-34.4064

#27abdc color RGB value is (39,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101011 11011100
Octal 47 253 334
Decimal 39 171 220
Hex 27 AB DC

RGB Percentages of Color #27abdc

%9.07
%39.77
%51.16

CMYK Percentages of Color #27abdc

%82
%22
%0
%14

Triadic Colors of #27abdc

#27abdc #dc27ab #abdc27

Analogous Colors of #27abdc

#27abdc #2751dc #27dcb3

Monochromatic Colors of #27abdc

#27abdc

Complementary Color

#27abdc #dc5827

#27abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#27abdc Color CSS Codes

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

#27abdc Text Font Color

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

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


#27abdc Background Color

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

This div background color is #27abdc


#27abdc Border Color

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

This div border color is #27abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27abdc


Comments

No comments written yet.

Please login to write comment.