Color Hex Logo

#18aebc Color Hex

#18AEBC
(24,174,188)
0 Favorites   0 Comments

Color spaces of #18aebc

RGB 24174188
HSL0.510.770.42
HSV185°87°74°
CMYK 0.870.070.00   0.26
XYZ24.589834.097152.8623
Yxy34.09710.22040.3057
Hunter Lab58.3927-27.0190-12.7997
CIE-Lab65.0396-30.7111-17.4667

#18aebc color RGB value is (24,174,188).

#18aebc hex color red value is 24, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #18aebc hue: 0.51 , saturation: 0.77 and the lightness value of 18aebc is 0.42.

The process color (four color CMYK) of #18aebc color hex is 0.87, 0.07, 0.00, 0.26. Web safe color of #18aebc is #0099cc. Color #18aebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101110 10111100
Octal 30 256 274
Decimal 24 174 188
Hex 18 AE BC

RGB Percentages of Color #18aebc

%6.22
%45.08
%48.70

CMYK Percentages of Color #18aebc

%87
%7
%0
%26

Triadic Colors of #18aebc

#18aebc #bc18ae #aebc18

Analogous Colors of #18aebc

#18aebc #185cbc #18bc78

Monochromatic Colors of #18aebc

#18aebc

Complementary Color

#18aebc #bc2618

#18aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18aebc Color CSS Codes

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

#18aebc Text Font Color

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

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


#18aebc Background Color

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

This div background color is #18aebc


#18aebc Border Color

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

This div border color is #18aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18aebc


Comments

No comments written yet.

Please login to write comment.