Color Hex Logo

#11826b Color Hex

#11826B
(17,130,107)
0 Favorites   0 Comments

Color spaces of #11826b

RGB 17130107
HSL0.470.770.29
HSV168°87°51°
CMYK 0.870.000.18   0.49
XYZ10.867617.146016.6466
Yxy17.14600.24330.3839
Hunter Lab41.4077-25.61565.1498
CIE-Lab48.4435-35.09304.1666

#11826b color RGB value is (17,130,107).

#11826b hex color red value is 17, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #11826b hue: 0.47 , saturation: 0.77 and the lightness value of 11826b is 0.29.

The process color (four color CMYK) of #11826b color hex is 0.87, 0.00, 0.18, 0.49. Web safe color of #11826b is #009966. Color #11826b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000010 01101011
Octal 21 202 153
Decimal 17 130 107
Hex 11 82 6B

RGB Percentages of Color #11826b

%6.69
%51.18
%42.13

CMYK Percentages of Color #11826b

%87
%0
%18
%49

Triadic Colors of #11826b

#11826b #6b1182 #826b11

Analogous Colors of #11826b

#11826b #116082 #118233

Monochromatic Colors of #11826b

#11826b

Complementary Color

#11826b #821128

#11826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#11826b Color CSS Codes

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

#11826b Text Font Color

<p style="color:#11826b">Text here</p>

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


#11826b Background Color

<div style="background-color:#11826b">
Div content here</div>

This div background color is #11826b


#11826b Border Color

<div style="border:3px solid #11826b">
Div here</div>

This div border color is #11826b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,130,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11826b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11826b;
  -webkit-box-shadow: 1px 1px 3px 2px #11826b;
  box-shadow:         1px 1px 3px 2px #11826b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,130,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 #11826b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11826b


Comments

No comments written yet.

Please login to write comment.