Color Hex Logo

#1bebbd Color Hex

#1BEBBD
(27,235,189)
0 Favorites   0 Comments

Color spaces of #1bebbd

RGB 27235189
HSL0.460.840.51
HSV167°89°92°
CMYK 0.890.000.20   0.08
XYZ39.345663.323858.2931
Yxy63.32380.24440.3934
Hunter Lab79.5763-51.001112.2708
CIE-Lab83.6125-56.72429.3470

#1bebbd color RGB value is (27,235,189).

#1bebbd hex color red value is 27, green value is 235 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1bebbd hue: 0.46 , saturation: 0.84 and the lightness value of 1bebbd is 0.51.

The process color (four color CMYK) of #1bebbd color hex is 0.89, 0.00, 0.20, 0.08. Web safe color of #1bebbd is #33ffcc. Color #1bebbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101011 10111101
Octal 33 353 275
Decimal 27 235 189
Hex 1B EB BD

RGB Percentages of Color #1bebbd

%5.99
%52.11
%41.91

CMYK Percentages of Color #1bebbd

%89
%0
%20
%8

Triadic Colors of #1bebbd

#1bebbd #bd1beb #ebbd1b

Analogous Colors of #1bebbd

#1bebbd #1bb1eb #1beb55

Monochromatic Colors of #1bebbd

#1bebbd

Complementary Color

#1bebbd #eb1b49

#1bebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bebbd Color CSS Codes

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

#1bebbd Text Font Color

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

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


#1bebbd Background Color

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

This div background color is #1bebbd


#1bebbd Border Color

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

This div border color is #1bebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bebbd


Comments

No comments written yet.

Please login to write comment.