Color Hex Logo

#27dccc Color Hex

#27DCCC
(39,220,204)
0 Favorites   0 Comments

Color spaces of #27dccc

RGB 39220204
HSL0.490.720.51
HSV175°82°86°
CMYK 0.820.000.07   0.14
XYZ37.329055.977465.9640
Yxy55.97740.23440.3515
Hunter Lab74.8180-41.87250.0991
CIE-Lab79.6010-45.9116-4.4014

#27dccc color RGB value is (39,220,204).

#27dccc hex color red value is 39, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #27dccc hue: 0.49 , saturation: 0.72 and the lightness value of 27dccc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011100 11001100
Octal 47 334 314
Decimal 39 220 204
Hex 27 DC CC

RGB Percentages of Color #27dccc

%8.42
%47.52
%44.06

CMYK Percentages of Color #27dccc

%82
%0
%7
%14

Triadic Colors of #27dccc

#27dccc #cc27dc #dccc27

Analogous Colors of #27dccc

#27dccc #2792dc #27dc72

Monochromatic Colors of #27dccc

#27dccc

Complementary Color

#27dccc #dc2737

#27dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#27dccc Color CSS Codes

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

#27dccc Text Font Color

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

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


#27dccc Background Color

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

This div background color is #27dccc


#27dccc Border Color

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

This div border color is #27dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27dccc


Comments

No comments written yet.

Please login to write comment.