Color Hex Logo

#05ccff Color Hex

#05CCFF
(5,204,255)
0 Favorites   0 Comments

Color spaces of #05ccff

RGB 5204255
HSL0.531.000.51
HSV192°98°100°
CMYK 0.980.200.00   0.00
XYZ39.705550.4380102.2506
Yxy50.43800.20640.2622
Hunter Lab71.0197-24.4892-35.6489
CIE-Lab76.3373-24.2331-36.6515

#05ccff color RGB value is (5,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001100 11111111
Octal 5 314 377
Decimal 5 204 255
Hex 5 CC FF

RGB Percentages of Color #05ccff

%1.08
%43.97
%54.96

CMYK Percentages of Color #05ccff

%98
%20
%0
%0

Triadic Colors of #05ccff

#05ccff #ff05cc #ccff05

Analogous Colors of #05ccff

#05ccff #054fff #05ffb5

Monochromatic Colors of #05ccff

#05ccff

Complementary Color

#05ccff #ff3805

#05ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#05ccff Color CSS Codes

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

#05ccff Text Font Color

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

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


#05ccff Background Color

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

This div background color is #05ccff


#05ccff Border Color

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

This div border color is #05ccff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,204,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 #05ccff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05ccff


Comments

No comments written yet.

Please login to write comment.