Color Hex Logo

#12eaff Color Hex

#12EAFF
(18,234,255)
0 Favorites   0 Comments

Color spaces of #12eaff

RGB 18234255
HSL0.511.000.54
HSV185°93°100°
CMYK 0.930.080.00   0.00
XYZ47.722366.1942104.8693
Yxy66.19420.21810.3026
Hunter Lab81.3598-37.6790-19.4704
CIE-Lab85.0954-38.3531-23.2093

#12eaff color RGB value is (18,234,255).

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

The process color (four color CMYK) of #12eaff color hex is 0.93, 0.08, 0.00, 0.00. Web safe color of #12eaff is #00ffff. Color #12eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11101010 11111111
Octal 22 352 377
Decimal 18 234 255
Hex 12 EA FF

RGB Percentages of Color #12eaff

%3.55
%46.15
%50.30

CMYK Percentages of Color #12eaff

%93
%8
%0
%0

Triadic Colors of #12eaff

#12eaff #ff12ea #eaff12

Analogous Colors of #12eaff

#12eaff #1274ff #12ff9e

Monochromatic Colors of #12eaff

#12eaff

Complementary Color

#12eaff #ff2712

#12eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#12eaff Color CSS Codes

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

#12eaff Text Font Color

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

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


#12eaff Background Color

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

This div background color is #12eaff


#12eaff Border Color

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

This div border color is #12eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12eaff


Comments

No comments written yet.

Please login to write comment.