Color Hex Logo

#05c1ff Color Hex

#05C1FF
(5,193,255)
5 Favorites   1 Comments

Color spaces of #05c1ff

RGB 5193255
HSL0.541.000.51
HSV195°98°100°
CMYK 0.980.240.00   0.00
XYZ37.182645.3922101.4096
Yxy45.39220.20210.2467
Hunter Lab67.3737-19.3924-42.0805
CIE-Lab73.1494-18.5825-41.6095

#05c1ff color RGB value is (5,193,255).

#05c1ff hex color red value is 5, green value is 193 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #05c1ff hue: 0.54 , saturation: 1.00 and the lightness value of 05c1ff is 0.51.

The process color (four color CMYK) of #05c1ff color hex is 0.98, 0.24, 0.00, 0.00. Web safe color of #05c1ff is #00ccff. Color #05c1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11000001 11111111
Octal 5 301 377
Decimal 5 193 255
Hex 5 C1 FF

RGB Percentages of Color #05c1ff

%1.10
%42.60
%56.29

CMYK Percentages of Color #05c1ff

%98
%24
%0
%0

Triadic Colors of #05c1ff

#05c1ff #ff05c1 #c1ff05

Analogous Colors of #05c1ff

#05c1ff #0544ff #05ffc0

Monochromatic Colors of #05c1ff

#05c1ff

Complementary Color

#05c1ff #ff4305

#05c1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05c1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#05c1ff Color CSS Codes

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

#05c1ff Text Font Color

<p style="color:#05c1ff">Text here</p>

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


#05c1ff Background Color

<div style="background-color:#05c1ff">
Div content here</div>

This div background color is #05c1ff


#05c1ff Border Color

<div style="border:3px solid #05c1ff">
Div here</div>

This div border color is #05c1ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,193,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05c1ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05c1ff;
  -webkit-box-shadow: 1px 1px 3px 2px #05c1ff;
  box-shadow:         1px 1px 3px 2px #05c1ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,193,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05c1ff


Comments

24 Aug 2015, 16:42 marvlman

neon blue

Please login to write comment.