Color Hex Logo

#188898 Color Hex

#188898
(24,136,152)
0 Favorites   0 Comments

Color spaces of #188898

RGB 24136152
HSL0.520.730.35
HSV188°84°60°
CMYK 0.840.110.00   0.40
XYZ14.848320.069532.7970
Yxy20.06950.21930.2964
Hunter Lab44.7990-19.2357-12.0465
CIE-Lab51.9157-23.4526-16.9708

#188898 color RGB value is (24,136,152).

#188898 hex color red value is 24, green value is 136 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #188898 hue: 0.52 , saturation: 0.73 and the lightness value of 188898 is 0.35.

The process color (four color CMYK) of #188898 color hex is 0.84, 0.11, 0.00, 0.40. Web safe color of #188898 is #009999. Color #188898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001000 10011000
Octal 30 210 230
Decimal 24 136 152
Hex 18 88 98

RGB Percentages of Color #188898

%7.69
%43.59
%48.72

CMYK Percentages of Color #188898

%84
%11
%0
%40

Triadic Colors of #188898

#188898 #981888 #889818

Analogous Colors of #188898

#188898 #184898 #189868

Monochromatic Colors of #188898

#188898

Complementary Color

#188898 #982818

#188898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#188898 Color CSS Codes

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

#188898 Text Font Color

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

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


#188898 Background Color

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

This div background color is #188898


#188898 Border Color

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

This div border color is #188898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188898


Comments

No comments written yet.

Please login to write comment.