Color Hex Logo

#1bb48f Color Hex

#1BB48F
(27,180,143)
0 Favorites   0 Comments

Color spaces of #1bb48f

RGB 27180143
HSL0.460.740.41
HSV165°85°71°
CMYK 0.850.000.21   0.29
XYZ21.731234.858731.5697
Yxy34.85870.24650.3954
Hunter Lab59.0413-37.62219.6262
CIE-Lab65.6385-46.15058.3828

#1bb48f color RGB value is (27,180,143).

#1bb48f hex color red value is 27, green value is 180 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #1bb48f hue: 0.46 , saturation: 0.74 and the lightness value of 1bb48f is 0.41.

The process color (four color CMYK) of #1bb48f color hex is 0.85, 0.00, 0.21, 0.29. Web safe color of #1bb48f is #33cc99. Color #1bb48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10110100 10001111
Octal 33 264 217
Decimal 27 180 143
Hex 1B B4 8F

RGB Percentages of Color #1bb48f

%7.71
%51.43
%40.86

CMYK Percentages of Color #1bb48f

%85
%0
%21
%29

Triadic Colors of #1bb48f

#1bb48f #8f1bb4 #b48f1b

Analogous Colors of #1bb48f

#1bb48f #1b8db4 #1bb442

Monochromatic Colors of #1bb48f

#1bb48f

Complementary Color

#1bb48f #b41b40

#1bb48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bb48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bb48f Color CSS Codes

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

#1bb48f Text Font Color

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

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


#1bb48f Background Color

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

This div background color is #1bb48f


#1bb48f Border Color

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

This div border color is #1bb48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bb48f


Comments

No comments written yet.

Please login to write comment.