Color Hex Logo

#18beee Color Hex

#18BEEE
(24,190,238)
0 Favorites   0 Comments

Color spaces of #18beee

RGB 24190238
HSL0.540.860.51
HSV193°90°93°
CMYK 0.900.200.00   0.07
XYZ34.222843.194187.4225
Yxy43.19410.20760.2620
Hunter Lab65.7222-22.0656-32.8609
CIE-Lab71.6865-22.2494-34.7042

#18beee color RGB value is (24,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 11101110
Octal 30 276 356
Decimal 24 190 238
Hex 18 BE EE

RGB Percentages of Color #18beee

%5.31
%42.04
%52.65

CMYK Percentages of Color #18beee

%90
%20
%0
%7

Triadic Colors of #18beee

#18beee #ee18be #beee18

Analogous Colors of #18beee

#18beee #1853ee #18eeb3

Monochromatic Colors of #18beee

#18beee

Complementary Color

#18beee #ee4818

#18beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#18beee Color CSS Codes

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

#18beee Text Font Color

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

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


#18beee Background Color

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

This div background color is #18beee


#18beee Border Color

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

This div border color is #18beee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,190,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 #18beee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18beee


Comments

No comments written yet.

Please login to write comment.