Color Hex Logo

#27dace Color Hex

#27DACE
(39,218,206)
0 Favorites   0 Comments

Color spaces of #27dace

RGB 39218206
HSL0.490.710.50
HSV176°82°85°
CMYK 0.820.000.06   0.15
XYZ37.048755.030467.0618
Yxy55.03040.23280.3458
Hunter Lab74.1825-40.6717-1.6711
CIE-Lab79.0588-44.4934-6.2698

#27dace color RGB value is (39,218,206).

#27dace hex color red value is 39, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #27dace hue: 0.49 , saturation: 0.71 and the lightness value of 27dace is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011010 11001110
Octal 47 332 316
Decimal 39 218 206
Hex 27 DA CE

RGB Percentages of Color #27dace

%8.42
%47.08
%44.49

CMYK Percentages of Color #27dace

%82
%0
%6
%15

Triadic Colors of #27dace

#27dace #ce27da #dace27

Analogous Colors of #27dace

#27dace #278dda #27da75

Monochromatic Colors of #27dace

#27dace

Complementary Color

#27dace #da2733

#27dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#27dace Color CSS Codes

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

#27dace Text Font Color

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

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


#27dace Background Color

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

This div background color is #27dace


#27dace Border Color

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

This div border color is #27dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27dace


Comments

No comments written yet.

Please login to write comment.