Color Hex Logo

#18d2fd Color Hex

#18D2FD
(24,210,253)
0 Favorites   0 Comments

Color spaces of #18d2fd

RGB 24210253
HSL0.530.980.54
HSV191°91°99°
CMYK 0.910.170.00   0.01
XYZ41.152953.3792101.0627
Yxy53.37920.21040.2729
Hunter Lab73.0611-27.3137-30.8709
CIE-Lab78.0984-27.3361-32.8538

#18d2fd color RGB value is (24,210,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11010010 11111101
Octal 30 322 375
Decimal 24 210 253
Hex 18 D2 FD

RGB Percentages of Color #18d2fd

%4.93
%43.12
%51.95

CMYK Percentages of Color #18d2fd

%91
%17
%0
%1

Triadic Colors of #18d2fd

#18d2fd #fd18d2 #d2fd18

Analogous Colors of #18d2fd

#18d2fd #185ffd #18fdb6

Monochromatic Colors of #18d2fd

#18d2fd

Complementary Color

#18d2fd #fd4318

#18d2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18d2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18d2fd Color CSS Codes

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

#18d2fd Text Font Color

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

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


#18d2fd Background Color

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

This div background color is #18d2fd


#18d2fd Border Color

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

This div border color is #18d2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18d2fd


Comments

No comments written yet.

Please login to write comment.