Color Hex Logo

#27afdc Color Hex

#27AFDC
(39,175,220)
0 Favorites   0 Comments

Color spaces of #27afdc

RGB 39175220
HSL0.540.720.51
HSV195°82°86°
CMYK 0.820.200.00   0.14
XYZ29.084936.258673.1758
Yxy36.25860.21000.2618
Hunter Lab60.2151-19.1580-29.9010
CIE-Lab66.7170-19.6038-32.5703

#27afdc color RGB value is (39,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101111 11011100
Octal 47 257 334
Decimal 39 175 220
Hex 27 AF DC

RGB Percentages of Color #27afdc

%8.99
%40.32
%50.69

CMYK Percentages of Color #27afdc

%82
%20
%0
%14

Triadic Colors of #27afdc

#27afdc #dc27af #afdc27

Analogous Colors of #27afdc

#27afdc #2755dc #27dcaf

Monochromatic Colors of #27afdc

#27afdc

Complementary Color

#27afdc #dc5427

#27afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#27afdc Color CSS Codes

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

#27afdc Text Font Color

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

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


#27afdc Background Color

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

This div background color is #27afdc


#27afdc Border Color

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

This div border color is #27afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27afdc


Comments

No comments written yet.

Please login to write comment.