Color Hex Logo

#18afeb Color Hex

#18AFEB
(24,175,235)
0 Favorites   0 Comments

Color spaces of #18afeb

RGB 24175235
HSL0.550.840.51
HSV197°90°92°
CMYK 0.900.260.00   0.08
XYZ30.702136.852384.0923
Yxy36.85230.20250.2430
Hunter Lab60.7061-15.9593-39.6364
CIE-Lab67.1661-15.4067-40.1071

#18afeb color RGB value is (24,175,235).

#18afeb hex color red value is 24, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #18afeb hue: 0.55 , saturation: 0.84 and the lightness value of 18afeb is 0.51.

The process color (four color CMYK) of #18afeb color hex is 0.90, 0.26, 0.00, 0.08. Web safe color of #18afeb is #0099ff. Color #18afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101111 11101011
Octal 30 257 353
Decimal 24 175 235
Hex 18 AF EB

RGB Percentages of Color #18afeb

%5.53
%40.32
%54.15

CMYK Percentages of Color #18afeb

%90
%26
%0
%8

Triadic Colors of #18afeb

#18afeb #eb18af #afeb18

Analogous Colors of #18afeb

#18afeb #1846eb #18ebbe

Monochromatic Colors of #18afeb

#18afeb

Complementary Color

#18afeb #eb5418

#18afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18afeb Color CSS Codes

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

#18afeb Text Font Color

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

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


#18afeb Background Color

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

This div background color is #18afeb


#18afeb Border Color

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

This div border color is #18afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18afeb


Comments

No comments written yet.

Please login to write comment.