Color Hex Logo

#018eca Color Hex

#018ECA
(1,142,202)
0 Favorites   0 Comments

Color spaces of #018eca

RGB 1142202
HSL0.550.990.40
HSV198°100°79°
CMYK 1.000.300.00   0.21
XYZ20.346223.616759.3632
Yxy23.61670.19690.2286
Hunter Lab48.5970-10.3119-38.4072
CIE-Lab55.7020-9.9589-39.7623

#018eca color RGB value is (1,142,202).

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

The process color (four color CMYK) of #018eca color hex is 1.00, 0.30, 0.00, 0.21. Web safe color of #018eca is #0099cc. Color #018eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001110 11001010
Octal 1 216 312
Decimal 1 142 202
Hex 1 8E CA

RGB Percentages of Color #018eca

%0.29
%41.16
%58.55

CMYK Percentages of Color #018eca

%100
%30
%0
%21

Triadic Colors of #018eca

#018eca #ca018e #8eca01

Analogous Colors of #018eca

#018eca #012aca #01caa2

Monochromatic Colors of #018eca

#018eca

Complementary Color

#018eca #ca3d01

#018eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#018eca Color CSS Codes

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

#018eca Text Font Color

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

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


#018eca Background Color

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

This div background color is #018eca


#018eca Border Color

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

This div border color is #018eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018eca


Comments

No comments written yet.

Please login to write comment.