Color Hex Logo

#01afce Color Hex

#01AFCE
(1,175,206)
0 Favorites   0 Comments

Color spaces of #01afce

RGB 1175206
HSL0.530.990.41
HSV189°100°81°
CMYK 1.000.150.00   0.19
XYZ26.483135.122663.7761
Yxy35.12260.21120.2801
Hunter Lab59.2643-23.9473-22.3187
CIE-Lab65.8440-26.2030-26.2282

#01afce color RGB value is (1,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101111 11001110
Octal 1 257 316
Decimal 1 175 206
Hex 1 AF CE

RGB Percentages of Color #01afce

%0.26
%45.81
%53.93

CMYK Percentages of Color #01afce

%100
%15
%0
%19

Triadic Colors of #01afce

#01afce #ce01af #afce01

Analogous Colors of #01afce

#01afce #0148ce #01ce87

Monochromatic Colors of #01afce

#01afce

Complementary Color

#01afce #ce2001

#01afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#01afce Color CSS Codes

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

#01afce Text Font Color

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

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


#01afce Background Color

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

This div background color is #01afce


#01afce Border Color

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

This div border color is #01afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01afce


Comments

No comments written yet.

Please login to write comment.