Color Hex Logo

#27abde Color Hex

#27ABDE
(39,171,222)
0 Favorites   0 Comments

Color spaces of #27abde

RGB 39171222
HSL0.550.730.51
HSV197°82°87°
CMYK 0.820.230.00   0.13
XYZ28.584434.831174.3238
Yxy34.83110.20750.2529
Hunter Lab59.0179-16.8276-33.3540
CIE-Lab65.6170-16.8059-35.3784

#27abde color RGB value is (39,171,222).

#27abde hex color red value is 39, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #27abde hue: 0.55 , saturation: 0.73 and the lightness value of 27abde is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10101011 11011110
Octal 47 253 336
Decimal 39 171 222
Hex 27 AB DE

RGB Percentages of Color #27abde

%9.03
%39.58
%51.39

CMYK Percentages of Color #27abde

%82
%23
%0
%13

Triadic Colors of #27abde

#27abde #de27ab #abde27

Analogous Colors of #27abde

#27abde #2750de #27deb6

Monochromatic Colors of #27abde

#27abde

Complementary Color

#27abde #de5a27

#27abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#27abde Color CSS Codes

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

#27abde Text Font Color

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

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


#27abde Background Color

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

This div background color is #27abde


#27abde Border Color

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

This div border color is #27abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27abde


Comments

No comments written yet.

Please login to write comment.