Color Hex Logo

#05ccdf Color Hex

#05CCDF
(5,204,223)
0 Favorites   0 Comments

Color spaces of #05ccdf

RGB 5204223
HSL0.510.960.45
HSV185°98°87°
CMYK 0.980.090.00   0.13
XYZ34.974748.545777.3389
Yxy48.54570.21740.3018
Hunter Lab69.6747-32.3290-17.0395
CIE-Lab75.1678-34.6688-21.2611

#05ccdf color RGB value is (5,204,223).

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

The process color (four color CMYK) of #05ccdf color hex is 0.98, 0.09, 0.00, 0.13. Web safe color of #05ccdf is #00cccc. Color #05ccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001100 11011111
Octal 5 314 337
Decimal 5 204 223
Hex 5 CC DF

RGB Percentages of Color #05ccdf

%1.16
%47.22
%51.62

CMYK Percentages of Color #05ccdf

%98
%9
%0
%13

Triadic Colors of #05ccdf

#05ccdf #df05cc #ccdf05

Analogous Colors of #05ccdf

#05ccdf #055fdf #05df85

Monochromatic Colors of #05ccdf

#05ccdf

Complementary Color

#05ccdf #df1805

#05ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#05ccdf Color CSS Codes

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

#05ccdf Text Font Color

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

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


#05ccdf Background Color

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

This div background color is #05ccdf


#05ccdf Border Color

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

This div border color is #05ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05ccdf


Comments

No comments written yet.

Please login to write comment.