Color Hex Logo

#1bd499 Color Hex

#1BD499
(27,212,153)
0 Favorites   0 Comments

Color spaces of #1bd499

RGB 27212153
HSL0.450.770.47
HSV161°87°83°
CMYK 0.870.000.28   0.17
XYZ29.745249.619938.1469
Yxy49.61990.25310.4223
Hunter Lab70.4414-47.897517.2010
CIE-Lab75.8354-56.376217.3442

#1bd499 color RGB value is (27,212,153).

#1bd499 hex color red value is 27, green value is 212 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #1bd499 hue: 0.45 , saturation: 0.77 and the lightness value of 1bd499 is 0.47.

The process color (four color CMYK) of #1bd499 color hex is 0.87, 0.00, 0.28, 0.17. Web safe color of #1bd499 is #33cc99. Color #1bd499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11010100 10011001
Octal 33 324 231
Decimal 27 212 153
Hex 1B D4 99

RGB Percentages of Color #1bd499

%6.89
%54.08
%39.03

CMYK Percentages of Color #1bd499

%87
%0
%28
%17

Triadic Colors of #1bd499

#1bd499 #991bd4 #d4991b

Analogous Colors of #1bd499

#1bd499 #1bb3d4 #1bd43d

Monochromatic Colors of #1bd499

#1bd499

Complementary Color

#1bd499 #d41b56

#1bd499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bd499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bd499 Color CSS Codes

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

#1bd499 Text Font Color

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

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


#1bd499 Background Color

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

This div background color is #1bd499


#1bd499 Border Color

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

This div border color is #1bd499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bd499


Comments

No comments written yet.

Please login to write comment.