Color Hex Logo

#018ddd Color Hex

#018DDD
(1,141,221)
0 Favorites   0 Comments

Color spaces of #018ddd

RGB 1141221
HSL0.560.990.44
HSV202°100°87°
CMYK 1.000.360.00   0.13
XYZ22.588524.276771.9019
Yxy24.27670.19020.2044
Hunter Lab49.2714-4.3915-52.0321
CIE-Lab56.3638-2.2044-49.3982

#018ddd color RGB value is (1,141,221).

#018ddd hex color red value is 1, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #018ddd hue: 0.56 , saturation: 0.99 and the lightness value of 018ddd is 0.44.

The process color (four color CMYK) of #018ddd color hex is 1.00, 0.36, 0.00, 0.13. Web safe color of #018ddd is #0099cc. Color #018ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001101 11011101
Octal 1 215 335
Decimal 1 141 221
Hex 1 8D DD

RGB Percentages of Color #018ddd

%0.28
%38.84
%60.88

CMYK Percentages of Color #018ddd

%100
%36
%0
%13

Triadic Colors of #018ddd

#018ddd #dd018d #8ddd01

Analogous Colors of #018ddd

#018ddd #011fdd #01ddbf

Monochromatic Colors of #018ddd

#018ddd

Complementary Color

#018ddd #dd5101

#018ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#018ddd Color CSS Codes

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

#018ddd Text Font Color

<p style="color:#018ddd">Text here</p>

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


#018ddd Background Color

<div style="background-color:#018ddd">
Div content here</div>

This div background color is #018ddd


#018ddd Border Color

<div style="border:3px solid #018ddd">
Div here</div>

This div border color is #018ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,141,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #018ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #018ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #018ddd;
  box-shadow:         1px 1px 3px 2px #018ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,141,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018ddd


Comments

No comments written yet.

Please login to write comment.