Color Hex Logo

#12dfba Color Hex

#12DFBA
(18,223,186)
0 Favorites   0 Comments

Color spaces of #12dfba

RGB 18223186
HSL0.470.850.47
HSV169°92°87°
CMYK 0.920.000.17   0.13
XYZ35.500156.449155.4791
Yxy56.44910.24080.3829
Hunter Lab75.1326-47.14108.8122
CIE-Lab79.8687-53.14625.5487

#12dfba color RGB value is (18,223,186).

#12dfba hex color red value is 18, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #12dfba hue: 0.47 , saturation: 0.85 and the lightness value of 12dfba is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011111 10111010
Octal 22 337 272
Decimal 18 223 186
Hex 12 DF BA

RGB Percentages of Color #12dfba

%4.22
%52.22
%43.56

CMYK Percentages of Color #12dfba

%92
%0
%17
%13

Triadic Colors of #12dfba

#12dfba #ba12df #dfba12

Analogous Colors of #12dfba

#12dfba #129edf #12df54

Monochromatic Colors of #12dfba

#12dfba

Complementary Color

#12dfba #df1237

#12dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#12dfba Color CSS Codes

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

#12dfba Text Font Color

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

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


#12dfba Background Color

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

This div background color is #12dfba


#12dfba Border Color

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

This div border color is #12dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12dfba


Comments

No comments written yet.

Please login to write comment.