Color Hex Logo

#0095dd Color Hex

#0095DD
(0,149,221)
0 Favorites   0 Comments

Color spaces of #0095dd

RGB 0149221
HSL0.551.000.43
HSV200°100°87°
CMYK 1.000.330.00   0.13
XYZ23.798626.715472.3089
Yxy26.71540.19380.2175
Hunter Lab51.6869-8.2641-46.7646
CIE-Lab58.7100-6.8827-45.6811

#0095dd color RGB value is (0,149,221).

#0095dd hex color red value is 0, green value is 149 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0095dd hue: 0.55 , saturation: 1.00 and the lightness value of 0095dd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010101 11011101
Octal 0 225 335
Decimal 0 149 221
Hex 0 95 DD

RGB Percentages of Color #0095dd

%0.00
%40.27
%59.73

CMYK Percentages of Color #0095dd

%100
%33
%0
%13

Triadic Colors of #0095dd

#0095dd #dd0095 #95dd00

Analogous Colors of #0095dd

#0095dd #0026dd #00ddb7

Monochromatic Colors of #0095dd

#0095dd

Complementary Color

#0095dd #dd4800

#0095dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0095dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0095dd Color CSS Codes

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

#0095dd Text Font Color

<p style="color:#0095dd">Text here</p>

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


#0095dd Background Color

<div style="background-color:#0095dd">
Div content here</div>

This div background color is #0095dd


#0095dd Border Color

<div style="border:3px solid #0095dd">
Div here</div>

This div border color is #0095dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,149,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0095dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0095dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0095dd;
  box-shadow:         1px 1px 3px 2px #0095dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0095dd

#0095dd Color Palettes


Comments

No comments written yet.

Please login to write comment.