Color Hex Logo

#188fae Color Hex

#188FAE
(24,143,174)
0 Favorites   0 Comments

Color spaces of #188fae

RGB 24143174
HSL0.530.760.39
HSV192°86°68°
CMYK 0.860.180.00   0.32
XYZ17.839122.895143.5234
Yxy22.89510.21170.2717
Hunter Lab47.8488-17.1867-20.4361
CIE-Lab54.9641-19.6061-24.9757

#188fae color RGB value is (24,143,174).

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

The process color (four color CMYK) of #188fae color hex is 0.86, 0.18, 0.00, 0.32. Web safe color of #188fae is #009999. Color #188fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001111 10101110
Octal 30 217 256
Decimal 24 143 174
Hex 18 8F AE

RGB Percentages of Color #188fae

%7.04
%41.94
%51.03

CMYK Percentages of Color #188fae

%86
%18
%0
%32

Triadic Colors of #188fae

#188fae #ae188f #8fae18

Analogous Colors of #188fae

#188fae #1844ae #18ae82

Monochromatic Colors of #188fae

#188fae

Complementary Color

#188fae #ae3718

#188fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#188fae Color CSS Codes

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

#188fae Text Font Color

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

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


#188fae Background Color

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

This div background color is #188fae


#188fae Border Color

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

This div border color is #188fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188fae


Comments

No comments written yet.

Please login to write comment.