Color Hex Logo

#12cfdb Color Hex

#12CFDB
(18,207,219)
0 Favorites   0 Comments

Color spaces of #12cfdb

RGB 18207219
HSL0.510.850.46
HSV184°92°86°
CMYK 0.920.050.00   0.14
XYZ35.348549.868774.7804
Yxy49.86870.22090.3117
Hunter Lab70.6178-34.2310-13.3525
CIE-Lab75.9886-36.9347-17.8561

#12cfdb color RGB value is (18,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001111 11011011
Octal 22 317 333
Decimal 18 207 219
Hex 12 CF DB

RGB Percentages of Color #12cfdb

%4.05
%46.62
%49.32

CMYK Percentages of Color #12cfdb

%92
%5
%0
%14

Triadic Colors of #12cfdb

#12cfdb #db12cf #cfdb12

Analogous Colors of #12cfdb

#12cfdb #126bdb #12db83

Monochromatic Colors of #12cfdb

#12cfdb

Complementary Color

#12cfdb #db1e12

#12cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cfdb Color CSS Codes

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

#12cfdb Text Font Color

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

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


#12cfdb Background Color

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

This div background color is #12cfdb


#12cfdb Border Color

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

This div border color is #12cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12cfdb


Comments

No comments written yet.

Please login to write comment.