Color Hex Logo

#27efff Color Hex

#27EFFF
(39,239,255)
0 Favorites   0 Comments

Color spaces of #27efff

RGB 39239255
HSL0.511.000.58
HSV184°85°100°
CMYK 0.850.060.00   0.00
XYZ49.753269.3843105.3780
Yxy69.38430.22160.3090
Hunter Lab83.2972-39.1526-16.6988
CIE-Lab86.6940-39.6844-20.7719

#27efff color RGB value is (39,239,255).

#27efff hex color red value is 39, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #27efff hue: 0.51 , saturation: 1.00 and the lightness value of 27efff is 0.58.

The process color (four color CMYK) of #27efff color hex is 0.85, 0.06, 0.00, 0.00. Web safe color of #27efff is #33ffff. Color #27efff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11101111 11111111
Octal 47 357 377
Decimal 39 239 255
Hex 27 EF FF

RGB Percentages of Color #27efff

%7.32
%44.84
%47.84

CMYK Percentages of Color #27efff

%85
%6
%0
%0

Triadic Colors of #27efff

#27efff #ff27ef #efff27

Analogous Colors of #27efff

#27efff #2783ff #27ffa3

Monochromatic Colors of #27efff

#27efff

Complementary Color

#27efff #ff3727

#27efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#27efff Color CSS Codes

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

#27efff Text Font Color

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

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


#27efff Background Color

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

This div background color is #27efff


#27efff Border Color

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

This div border color is #27efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27efff

Related Colors


Comments

No comments written yet.

Please login to write comment.