Color Hex Logo

#27daea Color Hex

#27DAEA
(39,218,234)
0 Favorites   0 Comments

Color spaces of #27daea

RGB 39218234
HSL0.510.820.54
HSV185°83°92°
CMYK 0.830.070.00   0.08
XYZ40.759456.514786.6021
Yxy56.51470.22170.3074
Hunter Lab75.1763-34.7785-15.6779
CIE-Lab79.9059-36.3366-19.9496

#27daea color RGB value is (39,218,234).

#27daea hex color red value is 39, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #27daea hue: 0.51 , saturation: 0.82 and the lightness value of 27daea is 0.54.

The process color (four color CMYK) of #27daea color hex is 0.83, 0.07, 0.00, 0.08. Web safe color of #27daea is #33ccff. Color #27daea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11011010 11101010
Octal 47 332 352
Decimal 39 218 234
Hex 27 DA EA

RGB Percentages of Color #27daea

%7.94
%44.40
%47.66

CMYK Percentages of Color #27daea

%83
%7
%0
%8

Triadic Colors of #27daea

#27daea #ea27da #daea27

Analogous Colors of #27daea

#27daea #2779ea #27ea99

Monochromatic Colors of #27daea

#27daea

Complementary Color

#27daea #ea3727

#27daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#27daea Color CSS Codes

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

#27daea Text Font Color

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

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


#27daea Background Color

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

This div background color is #27daea


#27daea Border Color

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

This div border color is #27daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27daea


Comments

No comments written yet.

Please login to write comment.