Color Hex Logo

#12aeca Color Hex

#12AECA
(18,174,202)
0 Favorites   0 Comments

Color spaces of #12aeca

RGB 18174202
HSL0.530.840.43
HSV189°91°79°
CMYK 0.910.140.00   0.21
XYZ26.046234.665061.1953
Yxy34.66500.21370.2844
Hunter Lab58.8770-24.0693-20.4107
CIE-Lab65.4870-26.4700-24.5553

#12aeca color RGB value is (18,174,202).

#12aeca hex color red value is 18, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #12aeca hue: 0.53 , saturation: 0.84 and the lightness value of 12aeca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101110 11001010
Octal 22 256 312
Decimal 18 174 202
Hex 12 AE CA

RGB Percentages of Color #12aeca

%4.57
%44.16
%51.27

CMYK Percentages of Color #12aeca

%91
%14
%0
%21

Triadic Colors of #12aeca

#12aeca #ca12ae #aeca12

Analogous Colors of #12aeca

#12aeca #1252ca #12ca8a

Monochromatic Colors of #12aeca

#12aeca

Complementary Color

#12aeca #ca2e12

#12aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#12aeca Color CSS Codes

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

#12aeca Text Font Color

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

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


#12aeca Background Color

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

This div background color is #12aeca


#12aeca Border Color

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

This div border color is #12aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12aeca


Comments

No comments written yet.

Please login to write comment.