Color Hex Logo

#18dbeb Color Hex

#18DBEB
(24,219,235)
0 Favorites   0 Comments

Color spaces of #18dbeb

RGB 24219235
HSL0.510.840.51
HSV185°90°92°
CMYK 0.900.070.00   0.08
XYZ40.703656.855487.4261
Yxy56.85540.22000.3074
Hunter Lab75.4025-35.5970-15.9625
CIE-Lab80.0982-37.3378-20.2039

#18dbeb color RGB value is (24,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011011 11101011
Octal 30 333 353
Decimal 24 219 235
Hex 18 DB EB

RGB Percentages of Color #18dbeb

%5.02
%45.82
%49.16

CMYK Percentages of Color #18dbeb

%90
%7
%0
%8

Triadic Colors of #18dbeb

#18dbeb #eb18db #dbeb18

Analogous Colors of #18dbeb

#18dbeb #1872eb #18eb92

Monochromatic Colors of #18dbeb

#18dbeb

Complementary Color

#18dbeb #eb2818

#18dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18dbeb Color CSS Codes

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

#18dbeb Text Font Color

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

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


#18dbeb Background Color

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

This div background color is #18dbeb


#18dbeb Border Color

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

This div border color is #18dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18dbeb


Comments

No comments written yet.

Please login to write comment.