Color Hex Logo

#1befab Color Hex

#1BEFAB
(27,239,171)
0 Favorites   0 Comments

Color spaces of #1befab

RGB 27239171
HSL0.450.870.52
HSV161°89°94°
CMYK 0.890.000.28   0.06
XYZ38.669264.906349.0182
Yxy64.90630.25340.4254
Hunter Lab80.5644-55.311620.3210
CIE-Lab84.4354-62.419319.8809

#1befab color RGB value is (27,239,171).

#1befab hex color red value is 27, green value is 239 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1befab hue: 0.45 , saturation: 0.87 and the lightness value of 1befab is 0.52.

The process color (four color CMYK) of #1befab color hex is 0.89, 0.00, 0.28, 0.06. Web safe color of #1befab is #33ff99. Color #1befab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101111 10101011
Octal 33 357 253
Decimal 27 239 171
Hex 1B EF AB

RGB Percentages of Color #1befab

%6.18
%54.69
%39.13

CMYK Percentages of Color #1befab

%89
%0
%28
%6

Triadic Colors of #1befab

#1befab #ab1bef #efab1b

Analogous Colors of #1befab

#1befab #1bc9ef #1bef41

Monochromatic Colors of #1befab

#1befab

Complementary Color

#1befab #ef1b5f

#1befab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1befab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1befab Color CSS Codes

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

#1befab Text Font Color

<p style="color:#1befab">Text here</p>

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


#1befab Background Color

<div style="background-color:#1befab">
Div content here</div>

This div background color is #1befab


#1befab Border Color

<div style="border:3px solid #1befab">
Div here</div>

This div border color is #1befab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1befab


Comments

No comments written yet.

Please login to write comment.