Color Hex Logo

#01aeca Color Hex

#01AECA
(1,174,202)
0 Favorites   0 Comments

Color spaces of #01aeca

RGB 1174202
HSL0.520.990.40
HSV188°100°79°
CMYK 1.000.140.00   0.21
XYZ25.809234.542861.1843
Yxy34.54280.21240.2842
Hunter Lab58.7731-24.4678-20.5812
CIE-Lab65.3911-27.0449-24.7107

#01aeca color RGB value is (1,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101110 11001010
Octal 1 256 312
Decimal 1 174 202
Hex 1 AE CA

RGB Percentages of Color #01aeca

%0.27
%46.15
%53.58

CMYK Percentages of Color #01aeca

%100
%14
%0
%21

Triadic Colors of #01aeca

#01aeca #ca01ae #aeca01

Analogous Colors of #01aeca

#01aeca #014aca #01ca82

Monochromatic Colors of #01aeca

#01aeca

Complementary Color

#01aeca #ca1d01

#01aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#01aeca Color CSS Codes

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

#01aeca Text Font Color

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

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


#01aeca Background Color

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

This div background color is #01aeca


#01aeca Border Color

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

This div border color is #01aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01aeca


Comments

No comments written yet.

Please login to write comment.