Color Hex Logo

#01afca Color Hex

#01AFCA
(1,175,202)
0 Favorites   0 Comments

Color spaces of #01afca

RGB 1175202
HSL0.520.990.40
HSV188°100°79°
CMYK 1.000.130.00   0.21
XYZ26.003234.930761.2489
Yxy34.93070.21280.2859
Hunter Lab59.1022-24.8942-20.0720
CIE-Lab65.6947-27.5440-24.2455

#01afca color RGB value is (1,175,202).

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

The process color (four color CMYK) of #01afca color hex is 1.00, 0.13, 0.00, 0.21. Web safe color of #01afca is #0099cc. Color #01afca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101111 11001010
Octal 1 257 312
Decimal 1 175 202
Hex 1 AF CA

RGB Percentages of Color #01afca

%0.26
%46.30
%53.44

CMYK Percentages of Color #01afca

%100
%13
%0
%21

Triadic Colors of #01afca

#01afca #ca01af #afca01

Analogous Colors of #01afca

#01afca #014bca #01ca81

Monochromatic Colors of #01afca

#01afca

Complementary Color

#01afca #ca1c01

#01afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#01afca Color CSS Codes

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

#01afca Text Font Color

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

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


#01afca Background Color

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

This div background color is #01afca


#01afca Border Color

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

This div border color is #01afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01afca


Comments

No comments written yet.

Please login to write comment.