Color Hex Logo

#1f886b Color Hex

#1F886B
(31,136,107)
0 Favorites   0 Comments

Color spaces of #1f886b

RGB 31136107
HSL0.450.630.33
HSV163°77°53°
CMYK 0.770.000.21   0.47
XYZ12.023118.961216.9361
Yxy18.96120.25090.3957
Hunter Lab43.5445-26.91707.4210
CIE-Lab50.6418-36.25547.3404

#1f886b color RGB value is (31,136,107).

#1f886b hex color red value is 31, green value is 136 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #1f886b hue: 0.45 , saturation: 0.63 and the lightness value of 1f886b is 0.33.

The process color (four color CMYK) of #1f886b color hex is 0.77, 0.00, 0.21, 0.47. Web safe color of #1f886b is #339966. Color #1f886b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 10001000 01101011
Octal 37 210 153
Decimal 31 136 107
Hex 1F 88 6B

RGB Percentages of Color #1f886b

%11.31
%49.64
%39.05

CMYK Percentages of Color #1f886b

%77
%0
%21
%47

Triadic Colors of #1f886b

#1f886b #6b1f88 #886b1f

Analogous Colors of #1f886b

#1f886b #1f7188 #1f8837

Monochromatic Colors of #1f886b

#1f886b

Complementary Color

#1f886b #881f3c

#1f886b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f886b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f886b Color CSS Codes

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

#1f886b Text Font Color

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

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


#1f886b Background Color

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

This div background color is #1f886b


#1f886b Border Color

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

This div border color is #1f886b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,136,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f886b


Comments

No comments written yet.

Please login to write comment.