Color Hex Logo

#12afca Color Hex

#12AFCA
(18,175,202)
0 Favorites   0 Comments

Color spaces of #12afca

RGB 18175202
HSL0.520.840.43
HSV189°91°79°
CMYK 0.910.130.00   0.21
XYZ26.240135.052861.2600
Yxy35.05280.21410.2860
Hunter Lab59.2054-24.4975-19.9037
CIE-Lab65.7898-26.9711-24.0915

#12afca color RGB value is (18,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101111 11001010
Octal 22 257 312
Decimal 18 175 202
Hex 12 AF CA

RGB Percentages of Color #12afca

%4.56
%44.30
%51.14

CMYK Percentages of Color #12afca

%91
%13
%0
%21

Triadic Colors of #12afca

#12afca #ca12af #afca12

Analogous Colors of #12afca

#12afca #1253ca #12ca89

Monochromatic Colors of #12afca

#12afca

Complementary Color

#12afca #ca2d12

#12afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#12afca Color CSS Codes

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

#12afca Text Font Color

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

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


#12afca Background Color

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

This div background color is #12afca


#12afca Border Color

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

This div border color is #12afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12afca


Comments

No comments written yet.

Please login to write comment.