Color Hex Logo

#12deba Color Hex

#12DEBA
(18,222,186)
0 Favorites   0 Comments

Color spaces of #12deba

RGB 18222186
HSL0.470.850.47
HSV169°92°87°
CMYK 0.920.000.16   0.13
XYZ35.233755.916355.3903
Yxy55.91630.24040.3816
Hunter Lab74.7772-46.75408.4257
CIE-Lab79.5662-52.74495.1123

#12deba color RGB value is (18,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11011110 10111010
Octal 22 336 272
Decimal 18 222 186
Hex 12 DE BA

RGB Percentages of Color #12deba

%4.23
%52.11
%43.66

CMYK Percentages of Color #12deba

%92
%0
%16
%13

Triadic Colors of #12deba

#12deba #ba12de #deba12

Analogous Colors of #12deba

#12deba #129cde #12de54

Monochromatic Colors of #12deba

#12deba

Complementary Color

#12deba #de1236

#12deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#12deba Color CSS Codes

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

#12deba Text Font Color

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

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


#12deba Background Color

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

This div background color is #12deba


#12deba Border Color

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

This div border color is #12deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12deba


Comments

No comments written yet.

Please login to write comment.