Color Hex Logo

#188052 Color Hex

#188052
(24,128,82)
0 Favorites   0 Comments

Color spaces of #188052

RGB 2412882
HSL0.430.680.30
HSV153°81°50°
CMYK 0.810.000.36   0.50
XYZ9.618916.241710.6106
Yxy16.24170.26370.4453
Hunter Lab40.3010-27.923012.6006
CIE-Lab47.2900-39.796517.0849

#188052 color RGB value is (24,128,82).

#188052 hex color red value is 24, green value is 128 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #188052 hue: 0.43 , saturation: 0.68 and the lightness value of 188052 is 0.30.

The process color (four color CMYK) of #188052 color hex is 0.81, 0.00, 0.36, 0.50. Web safe color of #188052 is #009966. Color #188052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000000 01010010
Octal 30 200 122
Decimal 24 128 82
Hex 18 80 52

RGB Percentages of Color #188052

%10.26
%54.70
%35.04

CMYK Percentages of Color #188052

%81
%0
%36
%50

Triadic Colors of #188052

#188052 #521880 #805218

Analogous Colors of #188052

#188052 #187a80 #18801e

Monochromatic Colors of #188052

#188052

Complementary Color

#188052 #801846

#188052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#188052 Color CSS Codes

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

#188052 Text Font Color

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

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


#188052 Background Color

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

This div background color is #188052


#188052 Border Color

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

This div border color is #188052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188052


Comments

No comments written yet.

Please login to write comment.