Color Hex Logo

#0093de Color Hex

#0093DE
(0,147,222)
0 Favorites   0 Comments

Color spaces of #0093de

RGB 0147222
HSL0.561.000.44
HSV200°100°87°
CMYK 1.000.340.00   0.13
XYZ23.618526.141472.9082
Yxy26.14140.19250.2131
Hunter Lab51.1287-7.0184-48.7560
CIE-Lab58.1710-5.3567-47.0910

#0093de color RGB value is (0,147,222).

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

The process color (four color CMYK) of #0093de color hex is 1.00, 0.34, 0.00, 0.13. Web safe color of #0093de is #0099cc. Color #0093de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010011 11011110
Octal 0 223 336
Decimal 0 147 222
Hex 0 93 DE

RGB Percentages of Color #0093de

%0.00
%39.84
%60.16

CMYK Percentages of Color #0093de

%100
%34
%0
%13

Triadic Colors of #0093de

#0093de #de0093 #93de00

Analogous Colors of #0093de

#0093de #0024de #00deba

Monochromatic Colors of #0093de

#0093de

Complementary Color

#0093de #de4b00

#0093de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0093de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0093de Color CSS Codes

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

#0093de Text Font Color

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

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


#0093de Background Color

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

This div background color is #0093de


#0093de Border Color

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

This div border color is #0093de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0093de


Comments

No comments written yet.

Please login to write comment.