color codes Logo

#01afdc color codes

#01AFDC
(1,175,220)
0 Favorites   0 Comments

Color spaces of #01afdc

RGB 1175220
HSL0.530.990.43
HSV192°100°86°
CMYK 1.000.200.00   0.14
XYZ28.260835.833773.1372
Yxy35.83370.20590.2611
Hunter Lab59.8613-20.4865-30.5364
CIE-Lab66.3927-21.4184-33.0988

#01afdc color RGB value is (1,175,220).

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

The process color (four color CMYK) of #01afdc color code is 1.00, 0.20, 0.00, 0.14. Web safe color of #01afdc is #0099cc. Color #01afdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101111 11011100
Octal 1 257 334
Decimal 1 175 220
Hex 1 AF DC

RGB Percentages of Color #01afdc

%0.25
%44.19
%55.56

CMYK Percentages of Color #01afdc

%100
%20
%0
%14

Triadic Colors of #01afdc

#01afdc #dc01af #afdc01

Analogous Colors of #01afdc

#01afdc #0142dc #01dc9c

Monochromatic Colors of #01afdc

#01afdc

Complementary Color

#01afdc #dc2e01

#01afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01afdc Color CSS Codes

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

#01afdc Text Font Color

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

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


#01afdc Background Color

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

This div background color is #01afdc


#01afdc Border Color

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

This div border color is #01afdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,175,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 #01afdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01afdc


Comments

No comments written yet.

Please login to write comment.