Color Hex Logo

#12acdf Color Hex

#12ACDF
(18,172,223)
0 Favorites   0 Comments

Color spaces of #12acdf

RGB 18172223
HSL0.540.850.47
HSV195°92°87°
CMYK 0.920.230.00   0.13
XYZ28.321334.961475.0676
Yxy34.96140.20470.2527
Hunter Lab59.1282-17.9761-33.8833
CIE-Lab65.7186-18.2750-35.7886

#12acdf color RGB value is (18,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10101100 11011111
Octal 22 254 337
Decimal 18 172 223
Hex 12 AC DF

RGB Percentages of Color #12acdf

%4.36
%41.65
%54.00

CMYK Percentages of Color #12acdf

%92
%23
%0
%13

Triadic Colors of #12acdf

#12acdf #df12ac #acdf12

Analogous Colors of #12acdf

#12acdf #1246df #12dfac

Monochromatic Colors of #12acdf

#12acdf

Complementary Color

#12acdf #df4512

#12acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#12acdf Color CSS Codes

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

#12acdf Text Font Color

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

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


#12acdf Background Color

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

This div background color is #12acdf


#12acdf Border Color

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

This div border color is #12acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12acdf


Comments

No comments written yet.

Please login to write comment.