Color Hex Logo

#12afed Color Hex

#12AFED
(18,175,237)
2 Favorites   0 Comments

Color spaces of #12afed

RGB 18175237
HSL0.550.860.50
HSV197°92°93°
CMYK 0.920.260.00   0.07
XYZ30.865536.903085.6170
Yxy36.90300.20120.2406
Hunter Lab60.7478-15.6143-41.0389
CIE-Lab67.2042-14.9635-41.1438

#12afed color RGB value is (18,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101111 11101101
Octal 22 257 355
Decimal 18 175 237
Hex 12 AF ED

RGB Percentages of Color #12afed

%4.19
%40.70
%55.12

CMYK Percentages of Color #12afed

%92
%26
%0
%7

Triadic Colors of #12afed

#12afed #ed12af #afed12

Analogous Colors of #12afed

#12afed #1242ed #12edbe

Monochromatic Colors of #12afed

#12afed

Complementary Color

#12afed #ed5012

#12afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#12afed Color CSS Codes

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

#12afed Text Font Color

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

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


#12afed Background Color

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

This div background color is #12afed


#12afed Border Color

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

This div border color is #12afed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12afed


Comments

No comments written yet.

Please login to write comment.