Color Hex Logo

#018fbe Color Hex

#018FBE
(1,143,190)
0 Favorites   0 Comments

Color spaces of #018fbe

RGB 1143190
HSL0.540.990.37
HSV195°99°75°
CMYK 0.990.250.00   0.25
XYZ19.129223.369152.2177
Yxy23.36910.20200.2467
Hunter Lab48.3416-13.9638-30.2048
CIE-Lab55.4505-14.9616-33.3581

#018fbe color RGB value is (1,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001111 10111110
Octal 1 217 276
Decimal 1 143 190
Hex 1 8F BE

RGB Percentages of Color #018fbe

%0.30
%42.81
%56.89

CMYK Percentages of Color #018fbe

%99
%25
%0
%25

Triadic Colors of #018fbe

#018fbe #be018f #8fbe01

Analogous Colors of #018fbe

#018fbe #0130be #01be8f

Monochromatic Colors of #018fbe

#018fbe

Complementary Color

#018fbe #be3001

#018fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#018fbe Color CSS Codes

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

#018fbe Text Font Color

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

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


#018fbe Background Color

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

This div background color is #018fbe


#018fbe Border Color

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

This div border color is #018fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018fbe


Comments

No comments written yet.

Please login to write comment.