Color Hex Logo

#12cabb Color Hex

#12CABB
(18,202,187)
0 Favorites   0 Comments

Color spaces of #12cabb

RGB 18202187
HSL0.490.840.43
HSV175°91°79°
CMYK 0.910.000.07   0.21
XYZ30.339645.957554.2853
Yxy45.95750.23230.3519
Hunter Lab67.7920-38.7501-0.0229
CIE-Lab73.5179-44.1410-4.2469

#12cabb color RGB value is (18,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001010 10111011
Octal 22 312 273
Decimal 18 202 187
Hex 12 CA BB

RGB Percentages of Color #12cabb

%4.42
%49.63
%45.95

CMYK Percentages of Color #12cabb

%91
%0
%7
%21

Triadic Colors of #12cabb

#12cabb #bb12ca #cabb12

Analogous Colors of #12cabb

#12cabb #127dca #12ca5f

Monochromatic Colors of #12cabb

#12cabb

Complementary Color

#12cabb #ca1221

#12cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cabb Color CSS Codes

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

#12cabb Text Font Color

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

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


#12cabb Background Color

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

This div background color is #12cabb


#12cabb Border Color

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

This div border color is #12cabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12cabb


Comments

No comments written yet.

Please login to write comment.