Color Hex Logo

#27efdf Color Hex

#27EFDF
(39,239,223)
0 Favorites   0 Comments

Color spaces of #27efdf

RGB 39239223
HSL0.490.860.55
HSV175°84°94°
CMYK 0.840.000.07   0.06
XYZ45.022567.492180.4664
Yxy67.49210.23330.3497
Hunter Lab82.1536-45.9457-0.5649
CIE-Lab85.7518-48.8227-5.3865

#27efdf color RGB value is (39,239,223).

#27efdf hex color red value is 39, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #27efdf hue: 0.49 , saturation: 0.86 and the lightness value of 27efdf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 11101111 11011111
Octal 47 357 337
Decimal 39 239 223
Hex 27 EF DF

RGB Percentages of Color #27efdf

%7.78
%47.70
%44.51

CMYK Percentages of Color #27efdf

%84
%0
%7
%6

Triadic Colors of #27efdf

#27efdf #df27ef #efdf27

Analogous Colors of #27efdf

#27efdf #279bef #27ef7b

Monochromatic Colors of #27efdf

#27efdf

Complementary Color

#27efdf #ef2737

#27efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#27efdf Color CSS Codes

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

#27efdf Text Font Color

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

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


#27efdf Background Color

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

This div background color is #27efdf


#27efdf Border Color

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

This div border color is #27efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27efdf


Comments

No comments written yet.

Please login to write comment.