Color Hex Logo

#12afea Color Hex

#12AFEA
(18,175,234)
0 Favorites   0 Comments

Color spaces of #12afea

RGB 18175234
HSL0.550.860.49
HSV196°92°92°
CMYK 0.920.250.00   0.08
XYZ30.430736.729183.3275
Yxy36.72910.20220.2441
Hunter Lab60.6045-16.4297-39.0969
CIE-Lab67.0733-16.0207-39.7091

#12afea color RGB value is (18,175,234).

#12afea hex color red value is 18, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #12afea hue: 0.55 , saturation: 0.86 and the lightness value of 12afea is 0.49.

The process color (four color CMYK) of #12afea color hex is 0.92, 0.25, 0.00, 0.08. Web safe color of #12afea is #0099ff. Color #12afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101111 11101010
Octal 22 257 352
Decimal 18 175 234
Hex 12 AF EA

RGB Percentages of Color #12afea

%4.22
%40.98
%54.80

CMYK Percentages of Color #12afea

%92
%25
%0
%8

Triadic Colors of #12afea

#12afea #ea12af #afea12

Analogous Colors of #12afea

#12afea #1243ea #12eab9

Monochromatic Colors of #12afea

#12afea

Complementary Color

#12afea #ea4d12

#12afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#12afea Color CSS Codes

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

#12afea Text Font Color

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

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


#12afea Background Color

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

This div background color is #12afea


#12afea Border Color

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

This div border color is #12afea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,175,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12afea


Comments

No comments written yet.

Please login to write comment.