Color Hex Logo

#0185dc Color Hex

#0185DC
(1,133,220)
0 Favorites   0 Comments

Color spaces of #0185dc

RGB 1133220
HSL0.570.990.43
HSV204°100°86°
CMYK 1.000.400.00   0.14
XYZ21.318321.948870.8231
Yxy21.94880.18690.1924
Hunter Lab46.8495-0.7625-56.8348
CIE-Lab53.97262.1847-52.6454

#0185dc color RGB value is (1,133,220).

#0185dc hex color red value is 1, green value is 133 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0185dc hue: 0.57 , saturation: 0.99 and the lightness value of 0185dc is 0.43.

The process color (four color CMYK) of #0185dc color hex is 1.00, 0.40, 0.00, 0.14. Web safe color of #0185dc is #0099cc. Color #0185dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000101 11011100
Octal 1 205 334
Decimal 1 133 220
Hex 1 85 DC

RGB Percentages of Color #0185dc

%0.28
%37.57
%62.15

CMYK Percentages of Color #0185dc

%100
%40
%0
%14

Triadic Colors of #0185dc

#0185dc #dc0185 #85dc01

Analogous Colors of #0185dc

#0185dc #0118dc #01dcc6

Monochromatic Colors of #0185dc

#0185dc

Complementary Color

#0185dc #dc5801

#0185dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0185dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0185dc Color CSS Codes

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

#0185dc Text Font Color

<p style="color:#0185dc">Text here</p>

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


#0185dc Background Color

<div style="background-color:#0185dc">
Div content here</div>

This div background color is #0185dc


#0185dc Border Color

<div style="border:3px solid #0185dc">
Div here</div>

This div border color is #0185dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,133,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0185dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0185dc;
  -webkit-box-shadow: 1px 1px 3px 2px #0185dc;
  box-shadow:         1px 1px 3px 2px #0185dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0185dc


Comments

No comments written yet.

Please login to write comment.