Color Hex Logo

#12cebb Color Hex

#12CEBB
(18,206,187)
0 Favorites   0 Comments

Color spaces of #12cebb

RGB 18206187
HSL0.480.840.44
HSV174°91°81°
CMYK 0.910.000.09   0.19
XYZ31.290447.859154.6023
Yxy47.85910.23390.3578
Hunter Lab69.1803-40.32951.6300
CIE-Lab74.7360-45.8582-2.4549

#12cebb color RGB value is (18,206,187).

#12cebb hex color red value is 18, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #12cebb hue: 0.48 , saturation: 0.84 and the lightness value of 12cebb is 0.44.

The process color (four color CMYK) of #12cebb color hex is 0.91, 0.00, 0.09, 0.19. Web safe color of #12cebb is #00cccc. Color #12cebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001110 10111011
Octal 22 316 273
Decimal 18 206 187
Hex 12 CE BB

RGB Percentages of Color #12cebb

%4.38
%50.12
%45.50

CMYK Percentages of Color #12cebb

%91
%0
%9
%19

Triadic Colors of #12cebb

#12cebb #bb12ce #cebb12

Analogous Colors of #12cebb

#12cebb #1283ce #12ce5d

Monochromatic Colors of #12cebb

#12cebb

Complementary Color

#12cebb #ce1225

#12cebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cebb Color CSS Codes

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

#12cebb Text Font Color

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

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


#12cebb Background Color

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

This div background color is #12cebb


#12cebb Border Color

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

This div border color is #12cebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12cebb


Comments

No comments written yet.

Please login to write comment.