Color Hex Logo

#01adec Color Hex

#01ADEC
(1,173,236)
0 Favorites   0 Comments

Color spaces of #01adec

RGB 1173236
HSL0.540.990.46
HSV196°100°93°
CMYK 1.000.270.00   0.07
XYZ30.096435.949784.7096
Yxy35.94970.19960.2385
Hunter Lab59.9581-15.3272-41.7951
CIE-Lab66.4815-14.7269-41.7354

#01adec color RGB value is (1,173,236).

#01adec hex color red value is 1, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #01adec hue: 0.54 , saturation: 0.99 and the lightness value of 01adec is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101101 11101100
Octal 1 255 354
Decimal 1 173 236
Hex 1 AD EC

RGB Percentages of Color #01adec

%0.24
%42.20
%57.56

CMYK Percentages of Color #01adec

%100
%27
%0
%7

Triadic Colors of #01adec

#01adec #ec01ad #adec01

Analogous Colors of #01adec

#01adec #0137ec #01ecb6

Monochromatic Colors of #01adec

#01adec

Complementary Color

#01adec #ec4001

#01adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#01adec Color CSS Codes

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

#01adec Text Font Color

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

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


#01adec Background Color

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

This div background color is #01adec


#01adec Border Color

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

This div border color is #01adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01adec


Comments

No comments written yet.

Please login to write comment.