Color Hex Logo

#18826b Color Hex

#18826B
(24,130,107)
0 Favorites   0 Comments

Color spaces of #18826b

RGB 24130107
HSL0.460.690.30
HSV167°82°51°
CMYK 0.820.000.18   0.49
XYZ11.013217.221016.6534
Yxy17.22100.24540.3836
Hunter Lab41.4982-25.24975.2554
CIE-Lab48.5373-34.41844.3138

#18826b color RGB value is (24,130,107).

#18826b hex color red value is 24, green value is 130 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #18826b hue: 0.46 , saturation: 0.69 and the lightness value of 18826b is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000010 01101011
Octal 30 202 153
Decimal 24 130 107
Hex 18 82 6B

RGB Percentages of Color #18826b

%9.20
%49.81
%41.00

CMYK Percentages of Color #18826b

%82
%0
%18
%49

Triadic Colors of #18826b

#18826b #6b1882 #826b18

Analogous Colors of #18826b

#18826b #186482 #188236

Monochromatic Colors of #18826b

#18826b

Complementary Color

#18826b #82182f

#18826b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18826b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18826b Color CSS Codes

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

#18826b Text Font Color

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

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


#18826b Background Color

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

This div background color is #18826b


#18826b Border Color

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

This div border color is #18826b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18826b


Comments

No comments written yet.

Please login to write comment.