Color Hex Logo

#0190ee Color Hex

#0190EE
(1,144,238)
0 Favorites   0 Comments

Color spaces of #0190ee

RGB 1144238
HSL0.570.990.47
HSV204°100°93°
CMYK 1.000.390.00   0.07
XYZ25.418426.126084.5921
Yxy26.12600.18670.1919
Hunter Lab51.1136-0.6821-62.3444
CIE-Lab58.15652.4966-56.0038

#0190ee color RGB value is (1,144,238).

#0190ee hex color red value is 1, green value is 144 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0190ee hue: 0.57 , saturation: 0.99 and the lightness value of 0190ee is 0.47.

The process color (four color CMYK) of #0190ee color hex is 1.00, 0.39, 0.00, 0.07. Web safe color of #0190ee is #0099ff. Color #0190ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010000 11101110
Octal 1 220 356
Decimal 1 144 238
Hex 1 90 EE

RGB Percentages of Color #0190ee

%0.26
%37.60
%62.14

CMYK Percentages of Color #0190ee

%100
%39
%0
%7

Triadic Colors of #0190ee

#0190ee #ee0190 #90ee01

Analogous Colors of #0190ee

#0190ee #011aee #01eed6

Monochromatic Colors of #0190ee

#0190ee

Complementary Color

#0190ee #ee5f01

#0190ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0190ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0190ee Color CSS Codes

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

#0190ee Text Font Color

<p style="color:#0190ee">Text here</p>

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


#0190ee Background Color

<div style="background-color:#0190ee">
Div content here</div>

This div background color is #0190ee


#0190ee Border Color

<div style="border:3px solid #0190ee">
Div here</div>

This div border color is #0190ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,144,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0190ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0190ee;
  -webkit-box-shadow: 1px 1px 3px 2px #0190ee;
  box-shadow:         1px 1px 3px 2px #0190ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0190ee


Comments

No comments written yet.

Please login to write comment.