Color Hex Logo

#018db8 Color Hex

#018DB8
(1,141,184)
0 Favorites   0 Comments

Color spaces of #018db8

RGB 1141184
HSL0.540.990.36
HSV194°99°72°
CMYK 0.990.230.00   0.28
XYZ18.189122.516948.7349
Yxy22.51690.20340.2518
Hunter Lab47.4520-14.6191-27.6766
CIE-Lab54.5712-16.0524-31.3133

#018db8 color RGB value is (1,141,184).

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

The process color (four color CMYK) of #018db8 color hex is 0.99, 0.23, 0.00, 0.28. Web safe color of #018db8 is #0099cc. Color #018db8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001101 10111000
Octal 1 215 270
Decimal 1 141 184
Hex 1 8D B8

RGB Percentages of Color #018db8

%0.31
%43.25
%56.44

CMYK Percentages of Color #018db8

%99
%23
%0
%28

Triadic Colors of #018db8

#018db8 #b8018d #8db801

Analogous Colors of #018db8

#018db8 #0132b8 #01b888

Monochromatic Colors of #018db8

#018db8

Complementary Color

#018db8 #b82c01

#018db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018db8 Color CSS Codes

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

#018db8 Text Font Color

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

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


#018db8 Background Color

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

This div background color is #018db8


#018db8 Border Color

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

This div border color is #018db8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018db8


Comments

No comments written yet.

Please login to write comment.