Color Hex Logo

#12dfff Color Hex

#12DFFF
(18,223,255)
0 Favorites   0 Comments

Color spaces of #12dfff

RGB 18223255
HSL0.521.000.54
HSV188°93°100°
CMYK 0.930.130.00   0.00
XYZ44.687160.1240103.8576
Yxy60.12400.21420.2881
Hunter Lab77.5397-32.8226-25.1360
CIE-Lab81.9055-33.2141-28.0718

#12dfff color RGB value is (18,223,255).

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

The process color (four color CMYK) of #12dfff color hex is 0.93, 0.13, 0.00, 0.00. Web safe color of #12dfff is #00ccff. Color #12dfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011111 11111111
Octal 22 337 377
Decimal 18 223 255
Hex 12 DF FF

RGB Percentages of Color #12dfff

%3.63
%44.96
%51.41

CMYK Percentages of Color #12dfff

%93
%13
%0
%0

Triadic Colors of #12dfff

#12dfff #ff12df #dfff12

Analogous Colors of #12dfff

#12dfff #1269ff #12ffa9

Monochromatic Colors of #12dfff

#12dfff

Complementary Color

#12dfff #ff3212

#12dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dfff Color CSS Codes

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

#12dfff Text Font Color

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

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


#12dfff Background Color

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

This div background color is #12dfff


#12dfff Border Color

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

This div border color is #12dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dfff


Comments

No comments written yet.

Please login to write comment.