Color Hex Logo

#27faad Color Hex

#27FAAD
(39,250,173)
0 Favorites   0 Comments

Color spaces of #27faad

RGB 39250173
HSL0.440.950.57
HSV158°84°98°
CMYK 0.840.000.31   0.02
XYZ42.565171.819751.1543
Yxy71.81970.25710.4339
Hunter Lab84.7465-58.652323.5342
CIE-Lab87.8817-65.227623.6278

#27faad color RGB value is (39,250,173).

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

The process color (four color CMYK) of #27faad color hex is 0.84, 0.00, 0.31, 0.02. Web safe color of #27faad is #33ff99. Color #27faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11111010 10101101
Octal 47 372 255
Decimal 39 250 173
Hex 27 FA AD

RGB Percentages of Color #27faad

%8.44
%54.11
%37.45

CMYK Percentages of Color #27faad

%84
%0
%31
%2

Triadic Colors of #27faad

#27faad #ad27fa #faad27

Analogous Colors of #27faad

#27faad #27defa #27fa44

Monochromatic Colors of #27faad

#27faad

Complementary Color

#27faad #fa2774

#27faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#27faad Color CSS Codes

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

#27faad Text Font Color

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

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


#27faad Background Color

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

This div background color is #27faad


#27faad Border Color

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

This div border color is #27faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27faad


Comments

No comments written yet.

Please login to write comment.