Color Hex Logo

#0184bc Color Hex

#0184BC
(1,132,188)
0 Favorites   0 Comments

Color spaces of #0184bc

RGB 1132188
HSL0.550.990.37
HSV198°99°74°
CMYK 0.990.300.00   0.26
XYZ17.340920.139850.5504
Yxy20.13980.19700.2288
Hunter Lab44.8774-9.5619-35.3708
CIE-Lab51.9949-9.4979-37.6318

#0184bc color RGB value is (1,132,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10000100 10111100
Octal 1 204 274
Decimal 1 132 188
Hex 1 84 BC

RGB Percentages of Color #0184bc

%0.31
%41.12
%58.57

CMYK Percentages of Color #0184bc

%99
%30
%0
%26

Triadic Colors of #0184bc

#0184bc #bc0184 #84bc01

Analogous Colors of #0184bc

#0184bc #0126bc #01bc97

Monochromatic Colors of #0184bc

#0184bc

Complementary Color

#0184bc #bc3901

#0184bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0184bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0184bc Color CSS Codes

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

#0184bc Text Font Color

<p style="color:#0184bc">Text here</p>

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


#0184bc Background Color

<div style="background-color:#0184bc">
Div content here</div>

This div background color is #0184bc


#0184bc Border Color

<div style="border:3px solid #0184bc">
Div here</div>

This div border color is #0184bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,132,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 #0184bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0184bc


Comments

No comments written yet.

Please login to write comment.