Color Hex Logo

#12ddbc Color Hex

#12DDBC
(18,221,188)
0 Favorites   0 Comments

Color spaces of #12ddbc

RGB 18221188
HSL0.470.850.47
HSV170°92°87°
CMYK 0.920.000.15   0.13
XYZ35.183055.472356.4298
Yxy55.47230.23920.3771
Hunter Lab74.4797-46.01917.2146
CIE-Lab79.3125-51.82413.6824

#12ddbc color RGB value is (18,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011101 10111100
Octal 22 335 274
Decimal 18 221 188
Hex 12 DD BC

RGB Percentages of Color #12ddbc

%4.22
%51.76
%44.03

CMYK Percentages of Color #12ddbc

%92
%0
%15
%13

Triadic Colors of #12ddbc

#12ddbc #bc12dd #ddbc12

Analogous Colors of #12ddbc

#12ddbc #1299dd #12dd57

Monochromatic Colors of #12ddbc

#12ddbc

Complementary Color

#12ddbc #dd1233

#12ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12ddbc Color CSS Codes

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

#12ddbc Text Font Color

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

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


#12ddbc Background Color

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

This div background color is #12ddbc


#12ddbc Border Color

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

This div border color is #12ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12ddbc


Comments

No comments written yet.

Please login to write comment.