Color Hex Logo

#27bbad Color Hex

#27BBAD
(39,187,173)
0 Favorites   0 Comments

Color spaces of #27bbad

RGB 39187173
HSL0.480.650.44
HSV174°79°73°
CMYK 0.790.000.07   0.27
XYZ26.149838.989145.6826
Yxy38.98910.23600.3518
Hunter Lab62.4413-34.51810.3318
CIE-Lab68.7434-40.0760-3.6155

#27bbad color RGB value is (39,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 10111011 10101101
Octal 47 273 255
Decimal 39 187 173
Hex 27 BB AD

RGB Percentages of Color #27bbad

%9.77
%46.87
%43.36

CMYK Percentages of Color #27bbad

%79
%0
%7
%27

Triadic Colors of #27bbad

#27bbad #ad27bb #bbad27

Analogous Colors of #27bbad

#27bbad #277fbb #27bb63

Monochromatic Colors of #27bbad

#27bbad

Complementary Color

#27bbad #bb2735

#27bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#27bbad Color CSS Codes

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

#27bbad Text Font Color

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

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


#27bbad Background Color

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

This div background color is #27bbad


#27bbad Border Color

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

This div border color is #27bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27bbad


Comments

No comments written yet.

Please login to write comment.