Color Hex Logo

#188daf Color Hex

#188DAF
(24,141,175)
0 Favorites   0 Comments

Color spaces of #188daf

RGB 24141175
HSL0.540.760.39
HSV194°86°69°
CMYK 0.860.190.00   0.31
XYZ17.639422.339143.9396
Yxy22.33910.21020.2662
Hunter Lab47.2643-16.0948-22.0344
CIE-Lab54.3850-18.1820-26.4424

#188daf color RGB value is (24,141,175).

#188daf hex color red value is 24, green value is 141 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #188daf hue: 0.54 , saturation: 0.76 and the lightness value of 188daf is 0.39.

The process color (four color CMYK) of #188daf color hex is 0.86, 0.19, 0.00, 0.31. Web safe color of #188daf is #009999. Color #188daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001101 10101111
Octal 30 215 257
Decimal 24 141 175
Hex 18 8D AF

RGB Percentages of Color #188daf

%7.06
%41.47
%51.47

CMYK Percentages of Color #188daf

%86
%19
%0
%31

Triadic Colors of #188daf

#188daf #af188d #8daf18

Analogous Colors of #188daf

#188daf #1842af #18af86

Monochromatic Colors of #188daf

#188daf

Complementary Color

#188daf #af3a18

#188daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#188daf Color CSS Codes

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

#188daf Text Font Color

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

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


#188daf Background Color

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

This div background color is #188daf


#188daf Border Color

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

This div border color is #188daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,141,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #188daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #188daf;
  -webkit-box-shadow: 1px 1px 3px 2px #188daf;
  box-shadow:         1px 1px 3px 2px #188daf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188daf


Comments

No comments written yet.

Please login to write comment.