Color Hex Logo

#1fbe99 Color Hex

#1FBE99
(31,190,153)
0 Favorites   0 Comments

Color spaces of #1fbe99

RGB 31190153
HSL0.460.720.43
HSV166°84°75°
CMYK 0.840.000.19   0.25
XYZ24.728339.418136.4421
Yxy39.41810.24580.3919
Hunter Lab62.7838-39.56709.5345
CIE-Lab69.0530-47.41367.7830

#1fbe99 color RGB value is (31,190,153).

#1fbe99 hex color red value is 31, green value is 190 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #1fbe99 hue: 0.46 , saturation: 0.72 and the lightness value of 1fbe99 is 0.43.

The process color (four color CMYK) of #1fbe99 color hex is 0.84, 0.00, 0.19, 0.25. Web safe color of #1fbe99 is #33cc99. Color #1fbe99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10111110 10011001
Octal 37 276 231
Decimal 31 190 153
Hex 1F BE 99

RGB Percentages of Color #1fbe99

%8.29
%50.80
%40.91

CMYK Percentages of Color #1fbe99

%84
%0
%19
%25

Triadic Colors of #1fbe99

#1fbe99 #991fbe #be991f

Analogous Colors of #1fbe99

#1fbe99 #1f94be #1fbe4a

Monochromatic Colors of #1fbe99

#1fbe99

Complementary Color

#1fbe99 #be1f44

#1fbe99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fbe99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fbe99 Color CSS Codes

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

#1fbe99 Text Font Color

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

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


#1fbe99 Background Color

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

This div background color is #1fbe99


#1fbe99 Border Color

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

This div border color is #1fbe99


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,190,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 #1fbe99">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fbe99


Comments

No comments written yet.

Please login to write comment.