Color Hex Logo

#12dbce Color Hex

#12DBCE
(18,219,206)
0 Favorites   0 Comments

Color spaces of #12dbce

RGB 18219206
HSL0.490.850.46
HSV176°92°86°
CMYK 0.920.000.06   0.14
XYZ36.721655.247967.1210
Yxy55.24790.23080.3473
Hunter Lab74.3289-41.8892-1.5102
CIE-Lab79.1838-46.1106-6.1042

#12dbce color RGB value is (18,219,206).

#12dbce hex color red value is 18, green value is 219 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #12dbce hue: 0.49 , saturation: 0.85 and the lightness value of 12dbce is 0.46.

The process color (four color CMYK) of #12dbce color hex is 0.92, 0.00, 0.06, 0.14. Web safe color of #12dbce is #00cccc. Color #12dbce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011011 11001110
Octal 22 333 316
Decimal 18 219 206
Hex 12 DB CE

RGB Percentages of Color #12dbce

%4.06
%49.44
%46.50

CMYK Percentages of Color #12dbce

%92
%0
%6
%14

Triadic Colors of #12dbce

#12dbce #ce12db #dbce12

Analogous Colors of #12dbce

#12dbce #1284db #12db6a

Monochromatic Colors of #12dbce

#12dbce

Complementary Color

#12dbce #db121f

#12dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dbce Color CSS Codes

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

#12dbce Text Font Color

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

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


#12dbce Background Color

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

This div background color is #12dbce


#12dbce Border Color

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

This div border color is #12dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dbce


Comments

No comments written yet.

Please login to write comment.