Color Hex Logo

#12cedb Color Hex

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

Color spaces of #12cedb

RGB 18206219
HSL0.510.850.46
HSV184°92°86°
CMYK 0.920.060.00   0.14
XYZ35.106949.385774.6999
Yxy49.38570.22050.3102
Hunter Lab70.2750-33.8089-13.8308
CIE-Lab75.6907-36.4715-18.3065

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

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

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

Base Numbers

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

RGB Percentages of Color #12cedb

%4.06
%46.50
%49.44

CMYK Percentages of Color #12cedb

%92
%6
%0
%14

Triadic Colors of #12cedb

#12cedb #db12ce #cedb12

Analogous Colors of #12cedb

#12cedb #126adb #12db84

Monochromatic Colors of #12cedb

#12cedb

Complementary Color

#12cedb #db1f12

#12cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cedb Color CSS Codes

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

#12cedb Text Font Color

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

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


#12cedb Background Color

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

This div background color is #12cedb


#12cedb Border Color

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

This div border color is #12cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12cedb


Comments

No comments written yet.

Please login to write comment.