Color Hex Logo

#27bcef Color Hex

#27BCEF
(39,188,239)
0 Favorites   0 Comments

Color spaces of #27bcef

RGB 39188239
HSL0.540.860.55
HSV195°84°94°
CMYK 0.840.210.00   0.06
XYZ34.399942.629888.0767
Yxy42.62980.20830.2582
Hunter Lab65.2915-20.2145-34.2768
CIE-Lab71.3030-19.9837-35.8280

#27bcef color RGB value is (39,188,239).

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

The process color (four color CMYK) of #27bcef color hex is 0.84, 0.21, 0.00, 0.06. Web safe color of #27bcef is #33ccff. Color #27bcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10111100 11101111
Octal 47 274 357
Decimal 39 188 239
Hex 27 BC EF

RGB Percentages of Color #27bcef

%8.37
%40.34
%51.29

CMYK Percentages of Color #27bcef

%84
%21
%0
%6

Triadic Colors of #27bcef

#27bcef #ef27bc #bcef27

Analogous Colors of #27bcef

#27bcef #2758ef #27efbe

Monochromatic Colors of #27bcef

#27bcef

Complementary Color

#27bcef #ef5a27

#27bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#27bcef Color CSS Codes

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

#27bcef Text Font Color

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

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


#27bcef Background Color

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

This div background color is #27bcef


#27bcef Border Color

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

This div border color is #27bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27bcef


Comments

No comments written yet.

Please login to write comment.