Color Hex Logo

#27aeff Color Hex

#27AEFF
(39,174,255)
0 Favorites   0 Comments

Color spaces of #27aeff

RGB 39174255
HSL0.561.000.58
HSV203°85°100°
CMYK 0.850.320.00   0.00
XYZ34.022837.9234100.1345
Yxy37.92340.19770.2204
Hunter Lab61.5820-9.1508-53.3003
CIE-Lab67.9641-6.8989-49.7275

#27aeff color RGB value is (39,174,255).

#27aeff hex color red value is 39, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #27aeff hue: 0.56 , saturation: 1.00 and the lightness value of 27aeff is 0.58.

The process color (four color CMYK) of #27aeff color hex is 0.85, 0.32, 0.00, 0.00. Web safe color of #27aeff is #3399ff. Color #27aeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101110 11111111
Octal 47 256 377
Decimal 39 174 255
Hex 27 AE FF

RGB Percentages of Color #27aeff

%8.33
%37.18
%54.49

CMYK Percentages of Color #27aeff

%85
%32
%0
%0

Triadic Colors of #27aeff

#27aeff #ff27ae #aeff27

Analogous Colors of #27aeff

#27aeff #2742ff #27ffe4

Monochromatic Colors of #27aeff

#27aeff

Complementary Color

#27aeff #ff7827

#27aeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27aeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#27aeff Color CSS Codes

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

#27aeff Text Font Color

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

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


#27aeff Background Color

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

This div background color is #27aeff


#27aeff Border Color

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

This div border color is #27aeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27aeff

#27aeff Color Palettes


Comments

No comments written yet.

Please login to write comment.