Color Hex Logo

#27bccc Color Hex

#27BCCC
(39,188,204)
0 Favorites   0 Comments

Color spaces of #27bccc

RGB 39188204
HSL0.520.680.48
HSV186°81°80°
CMYK 0.810.080.00   0.20
XYZ29.719040.757463.4274
Yxy40.75740.22190.3044
Hunter Lab63.8415-28.6288-14.2163
CIE-Lab70.0056-31.3477-18.7475

#27bccc color RGB value is (39,188,204).

#27bccc hex color red value is 39, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #27bccc hue: 0.52 , saturation: 0.68 and the lightness value of 27bccc is 0.48.

The process color (four color CMYK) of #27bccc color hex is 0.81, 0.08, 0.00, 0.20. Web safe color of #27bccc is #33cccc. Color #27bccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10111100 11001100
Octal 47 274 314
Decimal 39 188 204
Hex 27 BC CC

RGB Percentages of Color #27bccc

%9.05
%43.62
%47.33

CMYK Percentages of Color #27bccc

%81
%8
%0
%20

Triadic Colors of #27bccc

#27bccc #cc27bc #bccc27

Analogous Colors of #27bccc

#27bccc #276acc #27cc8a

Monochromatic Colors of #27bccc

#27bccc

Complementary Color

#27bccc #cc3727

#27bccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27bccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#27bccc Color CSS Codes

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

#27bccc Text Font Color

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

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


#27bccc Background Color

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

This div background color is #27bccc


#27bccc Border Color

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

This div border color is #27bccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27bccc


Comments

No comments written yet.

Please login to write comment.