Color Hex Logo

#12d2eb Color Hex

#12D2EB
(18,210,235)
0 Favorites   0 Comments

Color spaces of #12d2eb

RGB 18210235
HSL0.520.860.50
HSV187°92°92°
CMYK 0.920.110.00   0.08
XYZ38.291452.219986.6585
Yxy52.21990.21610.2947
Hunter Lab72.2633-31.8760-20.5165
CIE-Lab77.4121-33.3570-24.2894

#12d2eb color RGB value is (18,210,235).

#12d2eb hex color red value is 18, green value is 210 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #12d2eb hue: 0.52 , saturation: 0.86 and the lightness value of 12d2eb is 0.50.

The process color (four color CMYK) of #12d2eb color hex is 0.92, 0.11, 0.00, 0.08. Web safe color of #12d2eb is #00ccff. Color #12d2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11010010 11101011
Octal 22 322 353
Decimal 18 210 235
Hex 12 D2 EB

RGB Percentages of Color #12d2eb

%3.89
%45.36
%50.76

CMYK Percentages of Color #12d2eb

%92
%11
%0
%8

Triadic Colors of #12d2eb

#12d2eb #eb12d2 #d2eb12

Analogous Colors of #12d2eb

#12d2eb #1266eb #12eb98

Monochromatic Colors of #12d2eb

#12d2eb

Complementary Color

#12d2eb #eb2b12

#12d2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12d2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12d2eb Color CSS Codes

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

#12d2eb Text Font Color

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

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


#12d2eb Background Color

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

This div background color is #12d2eb


#12d2eb Border Color

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

This div border color is #12d2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12d2eb


Comments

No comments written yet.

Please login to write comment.