Color Hex Logo

#018ebd Color Hex

#018EBD
(1,142,189)
0 Favorites   0 Comments

Color spaces of #018ebd

RGB 1142189
HSL0.540.990.37
HSV195°99°74°
CMYK 0.990.250.00   0.26
XYZ18.870823.026651.5941
Yxy23.02660.20180.2463
Hunter Lab47.9860-13.7794-30.1578
CIE-Lab55.0997-14.7749-33.3372

#018ebd color RGB value is (1,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001110 10111101
Octal 1 216 275
Decimal 1 142 189
Hex 1 8E BD

RGB Percentages of Color #018ebd

%0.30
%42.77
%56.93

CMYK Percentages of Color #018ebd

%99
%25
%0
%26

Triadic Colors of #018ebd

#018ebd #bd018e #8ebd01

Analogous Colors of #018ebd

#018ebd #0130bd #01bd8e

Monochromatic Colors of #018ebd

#018ebd

Complementary Color

#018ebd #bd3001

#018ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#018ebd Color CSS Codes

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

#018ebd Text Font Color

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

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


#018ebd Background Color

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

This div background color is #018ebd


#018ebd Border Color

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

This div border color is #018ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018ebd


Comments

No comments written yet.

Please login to write comment.