Color Hex Logo

#18defd Color Hex

#18DEFD
(24,222,253)
0 Favorites   0 Comments

Color spaces of #18defd

RGB 24222253
HSL0.520.980.54
HSV188°91°99°
CMYK 0.910.120.00   0.01
XYZ44.227659.5286102.0876
Yxy59.52860.21490.2892
Hunter Lab77.1548-32.6989-24.4414
CIE-Lab81.5813-33.1537-27.5060

#18defd color RGB value is (24,222,253).

#18defd hex color red value is 24, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #18defd hue: 0.52 , saturation: 0.98 and the lightness value of 18defd is 0.54.

The process color (four color CMYK) of #18defd color hex is 0.91, 0.12, 0.00, 0.01. Web safe color of #18defd is #00ccff. Color #18defd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011110 11111101
Octal 30 336 375
Decimal 24 222 253
Hex 18 DE FD

RGB Percentages of Color #18defd

%4.81
%44.49
%50.70

CMYK Percentages of Color #18defd

%91
%12
%0
%1

Triadic Colors of #18defd

#18defd #fd18de #defd18

Analogous Colors of #18defd

#18defd #186cfd #18fdaa

Monochromatic Colors of #18defd

#18defd

Complementary Color

#18defd #fd3718

#18defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18defd Color CSS Codes

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

#18defd Text Font Color

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

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


#18defd Background Color

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

This div background color is #18defd


#18defd Border Color

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

This div border color is #18defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18defd


Comments

No comments written yet.

Please login to write comment.