Color Hex Logo

#27ebbe Color Hex

#27EBBE
(39,235,190)
0 Favorites   0 Comments

Color spaces of #27ebbe

RGB 39235190
HSL0.460.830.54
HSV166°83°92°
CMYK 0.830.000.19   0.08
XYZ39.839363.565758.8849
Yxy63.56570.24550.3917
Hunter Lab79.7281-50.329612.0198
CIE-Lab83.7391-55.71819.0177

#27ebbe color RGB value is (39,235,190).

#27ebbe hex color red value is 39, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #27ebbe hue: 0.46 , saturation: 0.83 and the lightness value of 27ebbe is 0.54.

The process color (four color CMYK) of #27ebbe color hex is 0.83, 0.00, 0.19, 0.08. Web safe color of #27ebbe is #33ffcc. Color #27ebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 11101011 10111110
Octal 47 353 276
Decimal 39 235 190
Hex 27 EB BE

RGB Percentages of Color #27ebbe

%8.41
%50.65
%40.95

CMYK Percentages of Color #27ebbe

%83
%0
%19
%8

Triadic Colors of #27ebbe

#27ebbe #be27eb #ebbe27

Analogous Colors of #27ebbe

#27ebbe #27b6eb #27eb5c

Monochromatic Colors of #27ebbe

#27ebbe

Complementary Color

#27ebbe #eb2754

#27ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#27ebbe Color CSS Codes

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

#27ebbe Text Font Color

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

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


#27ebbe Background Color

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

This div background color is #27ebbe


#27ebbe Border Color

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

This div border color is #27ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27ebbe


Comments

No comments written yet.

Please login to write comment.