Color Hex Logo

#27bcad Color Hex

#27BCAD
(39,188,173)
0 Favorites   0 Comments

Color spaces of #27bcad

RGB 39188173
HSL0.480.660.45
HSV174°79°74°
CMYK 0.790.000.08   0.26
XYZ26.362739.414945.7535
Yxy39.41490.23640.3534
Hunter Lab62.7813-34.91270.7378
CIE-Lab69.0507-40.5208-3.1629

#27bcad color RGB value is (39,188,173).

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

The process color (four color CMYK) of #27bcad color hex is 0.79, 0.00, 0.08, 0.26. Web safe color of #27bcad is #33cc99. Color #27bcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10111100 10101101
Octal 47 274 255
Decimal 39 188 173
Hex 27 BC AD

RGB Percentages of Color #27bcad

%9.75
%47.00
%43.25

CMYK Percentages of Color #27bcad

%79
%0
%8
%26

Triadic Colors of #27bcad

#27bcad #ad27bc #bcad27

Analogous Colors of #27bcad

#27bcad #2781bc #27bc63

Monochromatic Colors of #27bcad

#27bcad

Complementary Color

#27bcad #bc2736

#27bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#27bcad Color CSS Codes

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

#27bcad Text Font Color

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

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


#27bcad Background Color

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

This div background color is #27bcad


#27bcad Border Color

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

This div border color is #27bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27bcad


Comments

No comments written yet.

Please login to write comment.