Color Hex Logo

#005ffc Color Hex

#005FFC
(0,95,252)
0 Favorites   0 Comments

Color spaces of #005ffc

RGB 095252
HSL0.601.000.49
HSV217°100°99°
CMYK 1.000.620.00   0.01
XYZ21.662915.212793.8900
Yxy15.21270.16570.1163
Hunter Lab39.003530.8846-115.4218
CIE-Lab45.924238.5045-83.5975

#005ffc color RGB value is (0,95,252).

#005ffc hex color red value is 0, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #005ffc hue: 0.60 , saturation: 1.00 and the lightness value of 005ffc is 0.49.

The process color (four color CMYK) of #005ffc color hex is 1.00, 0.62, 0.00, 0.01. Web safe color of #005ffc is #0066ff. Color #005ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 11111100
Octal 0 137 374
Decimal 0 95 252
Hex 0 5F FC

RGB Percentages of Color #005ffc

%0.00
%27.38
%72.62

CMYK Percentages of Color #005ffc

%100
%62
%0
%1

Triadic Colors of #005ffc

#005ffc #fc005f #5ffc00

Analogous Colors of #005ffc

#005ffc #1f00fc #00ddfc

Monochromatic Colors of #005ffc

#005ffc

Complementary Color

#005ffc #fc9d00

#005ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#005ffc Color CSS Codes

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

#005ffc Text Font Color

<p style="color:#005ffc">Text here</p>

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


#005ffc Background Color

<div style="background-color:#005ffc">
Div content here</div>

This div background color is #005ffc


#005ffc Border Color

<div style="border:3px solid #005ffc">
Div here</div>

This div border color is #005ffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,95,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005ffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005ffc;
  -webkit-box-shadow: 1px 1px 3px 2px #005ffc;
  box-shadow:         1px 1px 3px 2px #005ffc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.