Color Hex Logo

#27aadc Color Hex

#27AADC
(39,170,220)
0 Favorites   0 Comments

Color spaces of #27aadc

RGB 39170220
HSL0.550.720.51
HSV197°82°86°
CMYK 0.820.230.00   0.14
XYZ28.129734.348172.8574
Yxy34.34810.20790.2538
Hunter Lab58.6073-16.8881-32.6811
CIE-Lab65.2379-16.9580-34.8660

#27aadc color RGB value is (39,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101010 11011100
Octal 47 252 334
Decimal 39 170 220
Hex 27 AA DC

RGB Percentages of Color #27aadc

%9.09
%39.63
%51.28

CMYK Percentages of Color #27aadc

%82
%23
%0
%14

Triadic Colors of #27aadc

#27aadc #dc27aa #aadc27

Analogous Colors of #27aadc

#27aadc #2750dc #27dcb4

Monochromatic Colors of #27aadc

#27aadc

Complementary Color

#27aadc #dc5927

#27aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#27aadc Color CSS Codes

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

#27aadc Text Font Color

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

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


#27aadc Background Color

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

This div background color is #27aadc


#27aadc Border Color

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

This div border color is #27aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27aadc


Comments

No comments written yet.

Please login to write comment.