Color Hex Logo

#12daff Color Hex

#12DAFF
(18,218,255)
0 Favorites   0 Comments

Color spaces of #12daff

RGB 18218255
HSL0.531.000.54
HSV189°93°100°
CMYK 0.930.150.00   0.00
XYZ43.370957.4914103.4188
Yxy57.49140.21230.2814
Hunter Lab75.8231-30.5882-27.7924
CIE-Lab80.4552-30.8178-30.2948

#12daff color RGB value is (18,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011010 11111111
Octal 22 332 377
Decimal 18 218 255
Hex 12 DA FF

RGB Percentages of Color #12daff

%3.67
%44.40
%51.93

CMYK Percentages of Color #12daff

%93
%15
%0
%0

Triadic Colors of #12daff

#12daff #ff12da #daff12

Analogous Colors of #12daff

#12daff #1263ff #12ffae

Monochromatic Colors of #12daff

#12daff

Complementary Color

#12daff #ff3712

#12daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#12daff Color CSS Codes

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

#12daff Text Font Color

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

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


#12daff Background Color

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

This div background color is #12daff


#12daff Border Color

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

This div border color is #12daff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,218,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 #12daff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12daff

Related Colors


Comments

No comments written yet.

Please login to write comment.