Color Hex Logo

#18dfeb Color Hex

#18DFEB
(24,223,235)
0 Favorites   0 Comments

Color spaces of #18dfeb

RGB 24223235
HSL0.510.840.51
HSV183°90°92°
CMYK 0.900.050.00   0.08
XYZ41.759858.967787.7782
Yxy58.96770.22150.3128
Hunter Lab76.7904-37.3122-14.0204
CIE-Lab81.2738-39.1732-18.4261

#18dfeb color RGB value is (24,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011111 11101011
Octal 30 337 353
Decimal 24 223 235
Hex 18 DF EB

RGB Percentages of Color #18dfeb

%4.98
%46.27
%48.76

CMYK Percentages of Color #18dfeb

%90
%5
%0
%8

Triadic Colors of #18dfeb

#18dfeb #eb18df #dfeb18

Analogous Colors of #18dfeb

#18dfeb #1876eb #18eb8e

Monochromatic Colors of #18dfeb

#18dfeb

Complementary Color

#18dfeb #eb2418

#18dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18dfeb Color CSS Codes

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

#18dfeb Text Font Color

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

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


#18dfeb Background Color

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

This div background color is #18dfeb


#18dfeb Border Color

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

This div border color is #18dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18dfeb


Comments

No comments written yet.

Please login to write comment.