Color Hex Logo

#018dbc Color Hex

#018DBC
(1,141,188)
0 Favorites   0 Comments

Color spaces of #018dbc

RGB 1141188
HSL0.540.990.37
HSV195°99°74°
CMYK 0.990.250.00   0.26
XYZ18.614522.687050.9749
Yxy22.68700.20170.2459
Hunter Lab47.6309-13.5949-30.1110
CIE-Lab54.7485-14.5875-33.3165

#018dbc color RGB value is (1,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001101 10111100
Octal 1 215 274
Decimal 1 141 188
Hex 1 8D BC

RGB Percentages of Color #018dbc

%0.30
%42.73
%56.97

CMYK Percentages of Color #018dbc

%99
%25
%0
%26

Triadic Colors of #018dbc

#018dbc #bc018d #8dbc01

Analogous Colors of #018dbc

#018dbc #0130bc #01bc8e

Monochromatic Colors of #018dbc

#018dbc

Complementary Color

#018dbc #bc3001

#018dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#018dbc Color CSS Codes

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

#018dbc Text Font Color

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

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


#018dbc Background Color

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

This div background color is #018dbc


#018dbc Border Color

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

This div border color is #018dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018dbc


Comments

No comments written yet.

Please login to write comment.