Color Hex Logo

#27ddbd Color Hex

#27DDBD
(39,221,189)
0 Favorites   0 Comments

Color spaces of #27ddbd

RGB 39221189
HSL0.470.730.51
HSV169°82°87°
CMYK 0.820.000.14   0.13
XYZ35.878555.818457.0271
Yxy55.81840.24120.3753
Hunter Lab74.7117-45.02527.0424
CIE-Lab79.5104-50.32653.4587

#27ddbd color RGB value is (39,221,189).

#27ddbd hex color red value is 39, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #27ddbd hue: 0.47 , saturation: 0.73 and the lightness value of 27ddbd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011101 10111101
Octal 47 335 275
Decimal 39 221 189
Hex 27 DD BD

RGB Percentages of Color #27ddbd

%8.69
%49.22
%42.09

CMYK Percentages of Color #27ddbd

%82
%0
%14
%13

Triadic Colors of #27ddbd

#27ddbd #bd27dd #ddbd27

Analogous Colors of #27ddbd

#27ddbd #27a2dd #27dd62

Monochromatic Colors of #27ddbd

#27ddbd

Complementary Color

#27ddbd #dd2747

#27ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#27ddbd Color CSS Codes

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

#27ddbd Text Font Color

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

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


#27ddbd Background Color

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

This div background color is #27ddbd


#27ddbd Border Color

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

This div border color is #27ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27ddbd


Comments

No comments written yet.

Please login to write comment.