Color Hex Logo

#018fbc Color Hex

#018FBC
(1,143,188)
0 Favorites   0 Comments

Color spaces of #018fbc

RGB 1143188
HSL0.540.990.37
HSV194°99°74°
CMYK 0.990.240.00   0.26
XYZ18.912123.282251.0741
Yxy23.28220.20280.2496
Hunter Lab48.2516-14.4778-28.9820
CIE-Lab55.3618-15.6921-32.3597

#018fbc color RGB value is (1,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001111 10111100
Octal 1 217 274
Decimal 1 143 188
Hex 1 8F BC

RGB Percentages of Color #018fbc

%0.30
%43.07
%56.63

CMYK Percentages of Color #018fbc

%99
%24
%0
%26

Triadic Colors of #018fbc

#018fbc #bc018f #8fbc01

Analogous Colors of #018fbc

#018fbc #0131bc #01bc8c

Monochromatic Colors of #018fbc

#018fbc

Complementary Color

#018fbc #bc2e01

#018fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#018fbc Color CSS Codes

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

#018fbc Text Font Color

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

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


#018fbc Background Color

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

This div background color is #018fbc


#018fbc Border Color

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

This div border color is #018fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018fbc


Comments

No comments written yet.

Please login to write comment.