Color Hex Logo

#12afde Color Hex

#12AFDE
(18,175,222)
0 Favorites   0 Comments

Color spaces of #12afde

RGB 18175222
HSL0.540.850.47
HSV194°92°87°
CMYK 0.920.210.00   0.13
XYZ28.764236.062574.5520
Yxy36.06250.20640.2587
Hunter Lab60.0521-19.5918-31.5695
CIE-Lab66.5677-20.2028-33.9193

#12afde color RGB value is (18,175,222).

#12afde hex color red value is 18, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #12afde hue: 0.54 , saturation: 0.85 and the lightness value of 12afde is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101111 11011110
Octal 22 257 336
Decimal 18 175 222
Hex 12 AF DE

RGB Percentages of Color #12afde

%4.34
%42.17
%53.49

CMYK Percentages of Color #12afde

%92
%21
%0
%13

Triadic Colors of #12afde

#12afde #de12af #afde12

Analogous Colors of #12afde

#12afde #1249de #12dea7

Monochromatic Colors of #12afde

#12afde

Complementary Color

#12afde #de4112

#12afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#12afde Color CSS Codes

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

#12afde Text Font Color

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

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


#12afde Background Color

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

This div background color is #12afde


#12afde Border Color

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

This div border color is #12afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12afde


Comments

No comments written yet.

Please login to write comment.