Color Hex Logo

#095fda Color Hex

#095FDA
(9,95,218)
0 Favorites   0 Comments

Color spaces of #095fda

RGB 995218
HSL0.600.920.45
HSV215°96°85°
CMYK 0.960.560.00   0.15
XYZ16.859813.304568.0091
Yxy13.30450.17170.1355
Hunter Lab36.475318.6753-85.0148
CIE-Lab43.218525.6842-68.8609

#095fda color RGB value is (9,95,218).

#095fda hex color red value is 9, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #095fda hue: 0.60 , saturation: 0.92 and the lightness value of 095fda is 0.45.

The process color (four color CMYK) of #095fda color hex is 0.96, 0.56, 0.00, 0.15. Web safe color of #095fda is #0066cc. Color #095fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011111 11011010
Octal 11 137 332
Decimal 9 95 218
Hex 9 5F DA

RGB Percentages of Color #095fda

%2.80
%29.50
%67.70

CMYK Percentages of Color #095fda

%96
%56
%0
%15

Triadic Colors of #095fda

#095fda #da095f #5fda09

Analogous Colors of #095fda

#095fda #1c09da #09c8da

Monochromatic Colors of #095fda

#095fda

Complementary Color

#095fda #da8409

#095fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#095fda Color CSS Codes

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

#095fda Text Font Color

<p style="color:#095fda">Text here</p>

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


#095fda Background Color

<div style="background-color:#095fda">
Div content here</div>

This div background color is #095fda


#095fda Border Color

<div style="border:3px solid #095fda">
Div here</div>

This div border color is #095fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,95,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095fda;
  -webkit-box-shadow: 1px 1px 3px 2px #095fda;
  box-shadow:         1px 1px 3px 2px #095fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,95,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095fda


Comments

No comments written yet.

Please login to write comment.