Color Hex Logo

#01aefd Color Hex

#01AEFD
(1,174,253)
0 Favorites   0 Comments

Color spaces of #01aefd

RGB 1174253
HSL0.550.990.50
HSV199°100°99°
CMYK 1.000.310.00   0.01
XYZ32.878237.370498.4089
Yxy37.37040.19490.2216
Hunter Lab61.1313-10.9774-52.6528
CIE-Lab67.5540-9.1578-49.3109

#01aefd color RGB value is (1,174,253).

#01aefd hex color red value is 1, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #01aefd hue: 0.55 , saturation: 0.99 and the lightness value of 01aefd is 0.50.

The process color (four color CMYK) of #01aefd color hex is 1.00, 0.31, 0.00, 0.01. Web safe color of #01aefd is #0099ff. Color #01aefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101110 11111101
Octal 1 256 375
Decimal 1 174 253
Hex 1 AE FD

RGB Percentages of Color #01aefd

%0.23
%40.65
%59.11

CMYK Percentages of Color #01aefd

%100
%31
%0
%1

Triadic Colors of #01aefd

#01aefd #fd01ae #aefd01

Analogous Colors of #01aefd

#01aefd #0130fd #01fdce

Monochromatic Colors of #01aefd

#01aefd

Complementary Color

#01aefd #fd5001

#01aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aefd Color CSS Codes

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

#01aefd Text Font Color

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

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


#01aefd Background Color

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

This div background color is #01aefd


#01aefd Border Color

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

This div border color is #01aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aefd


Comments

No comments written yet.

Please login to write comment.