Color Hex Logo

#01cadc Color Hex

#01CADC
(1,202,220)
0 Favorites   0 Comments

Color spaces of #01cadc

RGB 1202220
HSL0.510.990.43
HSV185°100°86°
CMYK 1.000.080.00   0.14
XYZ34.051347.414875.0674
Yxy47.41480.21750.3029
Hunter Lab68.8584-32.2318-16.4353
CIE-Lab74.4543-34.7748-20.7269

#01cadc color RGB value is (1,202,220).

#01cadc hex color red value is 1, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #01cadc hue: 0.51 , saturation: 0.99 and the lightness value of 01cadc is 0.43.

The process color (four color CMYK) of #01cadc color hex is 1.00, 0.08, 0.00, 0.14. Web safe color of #01cadc is #00cccc. Color #01cadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001010 11011100
Octal 1 312 334
Decimal 1 202 220
Hex 1 CA DC

RGB Percentages of Color #01cadc

%0.24
%47.75
%52.01

CMYK Percentages of Color #01cadc

%100
%8
%0
%14

Triadic Colors of #01cadc

#01cadc #dc01ca #cadc01

Analogous Colors of #01cadc

#01cadc #015ddc #01dc81

Monochromatic Colors of #01cadc

#01cadc

Complementary Color

#01cadc #dc1301

#01cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cadc Color CSS Codes

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

#01cadc Text Font Color

<p style="color:#01cadc">Text here</p>

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


#01cadc Background Color

<div style="background-color:#01cadc">
Div content here</div>

This div background color is #01cadc


#01cadc Border Color

<div style="border:3px solid #01cadc">
Div here</div>

This div border color is #01cadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,202,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01cadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01cadc;
  -webkit-box-shadow: 1px 1px 3px 2px #01cadc;
  box-shadow:         1px 1px 3px 2px #01cadc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cadc


Comments

No comments written yet.

Please login to write comment.