Color Hex Logo

#27abda Color Hex

#27ABDA
(39,171,218)
0 Favorites   0 Comments

Color spaces of #27abda

RGB 39171218
HSL0.540.710.50
HSV196°82°85°
CMYK 0.820.220.00   0.15
XYZ28.054534.619171.5332
Yxy34.61910.20900.2580
Hunter Lab58.8380-17.8561-30.8961
CIE-Lab65.4510-18.1737-33.4323

#27abda color RGB value is (39,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101011 11011010
Octal 47 253 332
Decimal 39 171 218
Hex 27 AB DA

RGB Percentages of Color #27abda

%9.11
%39.95
%50.93

CMYK Percentages of Color #27abda

%82
%22
%0
%15

Triadic Colors of #27abda

#27abda #da27ab #abda27

Analogous Colors of #27abda

#27abda #2752da #27dab0

Monochromatic Colors of #27abda

#27abda

Complementary Color

#27abda #da5627

#27abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#27abda Color CSS Codes

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

#27abda Text Font Color

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

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


#27abda Background Color

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

This div background color is #27abda


#27abda Border Color

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

This div border color is #27abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27abda


Comments

No comments written yet.

Please login to write comment.