Color Hex Logo

#05cacd Color Hex

#05CACD
(5,202,205)
0 Favorites   0 Comments

Color spaces of #05cacd

RGB 5202205
HSL0.500.950.41
HSV181°98°80°
CMYK 0.980.010.00   0.20
XYZ32.202646.681165.0707
Yxy46.68110.22370.3243
Hunter Lab68.3236-35.4347-8.6407
CIE-Lab73.9853-39.2998-13.3161

#05cacd color RGB value is (5,202,205).

#05cacd hex color red value is 5, green value is 202 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #05cacd hue: 0.50 , saturation: 0.95 and the lightness value of 05cacd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001010 11001101
Octal 5 312 315
Decimal 5 202 205
Hex 5 CA CD

RGB Percentages of Color #05cacd

%1.21
%49.03
%49.76

CMYK Percentages of Color #05cacd

%98
%1
%0
%20

Triadic Colors of #05cacd

#05cacd #cd05ca #cacd05

Analogous Colors of #05cacd

#05cacd #0566cd #05cd6c

Monochromatic Colors of #05cacd

#05cacd

Complementary Color

#05cacd #cd0805

#05cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cacd Color CSS Codes

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

#05cacd Text Font Color

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

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


#05cacd Background Color

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

This div background color is #05cacd


#05cacd Border Color

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

This div border color is #05cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cacd


Comments

No comments written yet.

Please login to write comment.