color codes Logo

#0093ea color codes

#0093EA
(0,147,234)
0 Favorites   0 Comments

Color spaces of #0093ea

RGB 0147234
HSL0.561.000.46
HSV202°100°92°
CMYK 1.000.370.00   0.08
XYZ25.285026.808081.6837
Yxy26.80800.18900.2004
Hunter Lab51.7764-3.4384-57.2938
CIE-Lab58.7962-0.8254-52.7690

#0093ea color RGB value is (0,147,234).

#0093ea hex color red value is 0, green value is 147 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0093ea hue: 0.56 , saturation: 1.00 and the lightness value of 0093ea is 0.46.

The process color (four color CMYK) of #0093ea color code is 1.00, 0.37, 0.00, 0.08. Web safe color of #0093ea is #0099ff. Color #0093ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010011 11101010
Octal 0 223 352
Decimal 0 147 234
Hex 0 93 EA

RGB Percentages of Color #0093ea

%0.00
%38.58
%61.42

CMYK Percentages of Color #0093ea

%100
%37
%0
%8

Triadic Colors of #0093ea

#0093ea #ea0093 #93ea00

Analogous Colors of #0093ea

#0093ea #001eea #00eacc

Monochromatic Colors of #0093ea

#0093ea

Complementary Color

#0093ea #ea5700

#0093ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0093ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0093ea Color CSS Codes

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

#0093ea Text Font Color

<p style="color:#0093ea">Text here</p>

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


#0093ea Background Color

<div style="background-color:#0093ea">
Div content here</div>

This div background color is #0093ea


#0093ea Border Color

<div style="border:3px solid #0093ea">
Div here</div>

This div border color is #0093ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,147,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0093ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0093ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0093ea;
  box-shadow:         1px 1px 3px 2px #0093ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,147,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0093ea


Comments

No comments written yet.

Please login to write comment.