Color Hex Logo

#27aeda Color Hex

#27AEDA
(39,174,218)
0 Favorites   0 Comments

Color spaces of #27aeda

RGB 39174218
HSL0.540.710.50
HSV195°82°85°
CMYK 0.820.200.00   0.15
XYZ28.627635.765471.7242
Yxy35.76540.21030.2628
Hunter Lab59.8042-19.2113-29.2446
CIE-Lab66.3403-19.7550-32.0537

#27aeda color RGB value is (39,174,218).

#27aeda hex color red value is 39, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #27aeda hue: 0.54 , saturation: 0.71 and the lightness value of 27aeda is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101110 11011010
Octal 47 256 332
Decimal 39 174 218
Hex 27 AE DA

RGB Percentages of Color #27aeda

%9.05
%40.37
%50.58

CMYK Percentages of Color #27aeda

%82
%20
%0
%15

Triadic Colors of #27aeda

#27aeda #da27ae #aeda27

Analogous Colors of #27aeda

#27aeda #2755da #27daad

Monochromatic Colors of #27aeda

#27aeda

Complementary Color

#27aeda #da5327

#27aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#27aeda Color CSS Codes

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

#27aeda Text Font Color

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

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


#27aeda Background Color

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

This div background color is #27aeda


#27aeda Border Color

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

This div border color is #27aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27aeda


Comments

No comments written yet.

Please login to write comment.