Color Hex Logo

#27edea Color Hex

#27EDEA
(39,237,234)
0 Favorites   0 Comments

Color spaces of #27edea

RGB 39237234
HSL0.500.850.54
HSV179°84°93°
CMYK 0.840.000.01   0.07
XYZ45.972266.940288.3397
Yxy66.94020.22840.3326
Hunter Lab81.8170-42.8823-6.7449
CIE-Lab85.4737-44.9025-11.5810

#27edea color RGB value is (39,237,234).

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

The process color (four color CMYK) of #27edea color hex is 0.84, 0.00, 0.01, 0.07. Web safe color of #27edea is #33ffff. Color #27edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11101101 11101010
Octal 47 355 352
Decimal 39 237 234
Hex 27 ED EA

RGB Percentages of Color #27edea

%7.65
%46.47
%45.88

CMYK Percentages of Color #27edea

%84
%0
%1
%7

Triadic Colors of #27edea

#27edea #ea27ed #edea27

Analogous Colors of #27edea

#27edea #278ded #27ed87

Monochromatic Colors of #27edea

#27edea

Complementary Color

#27edea #ed272a

#27edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#27edea Color CSS Codes

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

#27edea Text Font Color

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

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


#27edea Background Color

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

This div background color is #27edea


#27edea Border Color

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

This div border color is #27edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27edea


Comments

No comments written yet.

Please login to write comment.