Color Hex Logo

#27aced Color Hex

#27ACED
(39,172,237)
0 Favorites   0 Comments

Color spaces of #27aced

RGB 39172237
HSL0.550.850.54
HSV200°84°93°
CMYK 0.840.270.00   0.07
XYZ30.875336.050885.4520
Yxy36.05080.20260.2366
Hunter Lab60.0423-13.2848-42.3517
CIE-Lab66.5587-12.1449-42.1380

#27aced color RGB value is (39,172,237).

#27aced hex color red value is 39, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #27aced hue: 0.55 , saturation: 0.85 and the lightness value of 27aced is 0.54.

The process color (four color CMYK) of #27aced color hex is 0.84, 0.27, 0.00, 0.07. Web safe color of #27aced is #3399ff. Color #27aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101100 11101101
Octal 47 254 355
Decimal 39 172 237
Hex 27 AC ED

RGB Percentages of Color #27aced

%8.71
%38.39
%52.90

CMYK Percentages of Color #27aced

%84
%27
%0
%7

Triadic Colors of #27aced

#27aced #ed27ac #aced27

Analogous Colors of #27aced

#27aced #2749ed #27edcb

Monochromatic Colors of #27aced

#27aced

Complementary Color

#27aced #ed6827

#27aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#27aced Color CSS Codes

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

#27aced Text Font Color

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

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


#27aced Background Color

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

This div background color is #27aced


#27aced Border Color

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

This div border color is #27aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27aced


Comments

No comments written yet.

Please login to write comment.