Color Hex Logo

#188214 Color Hex

#188214
(24,130,20)
0 Favorites   0 Comments

Color spaces of #188214

RGB 2413020
HSL0.330.730.29
HSV118°85°51°
CMYK 0.820.000.85   0.49
XYZ8.485616.21003.3434
Yxy16.21000.30260.5781
Hunter Lab40.2616-32.837023.2596
CIE-Lab47.2488-49.154846.4211

#188214 color RGB value is (24,130,20).

#188214 hex color red value is 24, green value is 130 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #188214 hue: 0.33 , saturation: 0.73 and the lightness value of 188214 is 0.29.

The process color (four color CMYK) of #188214 color hex is 0.82, 0.00, 0.85, 0.49. Web safe color of #188214 is #009900. Color #188214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000010 00010100
Octal 30 202 24
Decimal 24 130 20
Hex 18 82 14

RGB Percentages of Color #188214

%13.79
%74.71
%11.49

CMYK Percentages of Color #188214

%82
%0
%85
%49

Triadic Colors of #188214

#188214 #141882 #821418

Analogous Colors of #188214

#188214 #148247 #4f8214

Monochromatic Colors of #188214

#188214

Complementary Color

#188214 #7e1482

#188214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#188214 Color CSS Codes

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

#188214 Text Font Color

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

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


#188214 Background Color

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

This div background color is #188214


#188214 Border Color

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

This div border color is #188214


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,130,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188214


Comments

No comments written yet.

Please login to write comment.