Color Hex Logo

#18b9ee Color Hex

#18B9EE
(24,185,238)
0 Favorites   0 Comments

Color spaces of #18b9ee

RGB 24185238
HSL0.540.860.51
HSV195°90°93°
CMYK 0.900.220.00   0.07
XYZ33.158341.065287.0677
Yxy41.06520.20560.2546
Hunter Lab64.0821-19.7817-35.6992
CIE-Lab70.2216-19.6621-36.9782

#18b9ee color RGB value is (24,185,238).

#18b9ee hex color red value is 24, green value is 185 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #18b9ee hue: 0.54 , saturation: 0.86 and the lightness value of 18b9ee is 0.51.

The process color (four color CMYK) of #18b9ee color hex is 0.90, 0.22, 0.00, 0.07. Web safe color of #18b9ee is #00ccff. Color #18b9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111001 11101110
Octal 30 271 356
Decimal 24 185 238
Hex 18 B9 EE

RGB Percentages of Color #18b9ee

%5.37
%41.39
%53.24

CMYK Percentages of Color #18b9ee

%90
%22
%0
%7

Triadic Colors of #18b9ee

#18b9ee #ee18b9 #b9ee18

Analogous Colors of #18b9ee

#18b9ee #184eee #18eeb8

Monochromatic Colors of #18b9ee

#18b9ee

Complementary Color

#18b9ee #ee4d18

#18b9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18b9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#18b9ee Color CSS Codes

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

#18b9ee Text Font Color

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

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


#18b9ee Background Color

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

This div background color is #18b9ee


#18b9ee Border Color

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

This div border color is #18b9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18b9ee


Comments

No comments written yet.

Please login to write comment.