Color Hex Logo

#27bcd9 Color Hex

#27BCD9
(39,188,217)
0 Favorites   0 Comments

Color spaces of #27bcd9

RGB 39188217
HSL0.530.700.50
HSV190°82°85°
CMYK 0.820.130.00   0.15
XYZ31.344341.407571.9861
Yxy41.40750.21660.2861
Hunter Lab64.3487-25.6626-21.2830
CIE-Lab70.4605-27.2312-25.1615

#27bcd9 color RGB value is (39,188,217).

#27bcd9 hex color red value is 39, green value is 188 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #27bcd9 hue: 0.53 , saturation: 0.70 and the lightness value of 27bcd9 is 0.50.

The process color (four color CMYK) of #27bcd9 color hex is 0.82, 0.13, 0.00, 0.15. Web safe color of #27bcd9 is #33cccc. Color #27bcd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10111100 11011001
Octal 47 274 331
Decimal 39 188 217
Hex 27 BC D9

RGB Percentages of Color #27bcd9

%8.78
%42.34
%48.87

CMYK Percentages of Color #27bcd9

%82
%13
%0
%15

Triadic Colors of #27bcd9

#27bcd9 #d927bc #bcd927

Analogous Colors of #27bcd9

#27bcd9 #2763d9 #27d99d

Monochromatic Colors of #27bcd9

#27bcd9

Complementary Color

#27bcd9 #d94427

#27bcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27bcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#27bcd9 Color CSS Codes

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

#27bcd9 Text Font Color

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

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


#27bcd9 Background Color

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

This div background color is #27bcd9


#27bcd9 Border Color

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

This div border color is #27bcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27bcd9


Comments

No comments written yet.

Please login to write comment.