Color Hex Logo

#12fcbc Color Hex

#12FCBC
(18,252,188)
0 Favorites   0 Comments

Color spaces of #12fcbc

RGB 18252188
HSL0.450.980.53
HSV164°93°99°
CMYK 0.930.000.25   0.01
XYZ44.137073.380259.4145
Yxy73.38020.24950.4147
Hunter Lab85.6622-57.937818.8406
CIE-Lab88.6287-63.795316.9610

#12fcbc color RGB value is (18,252,188).

#12fcbc hex color red value is 18, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #12fcbc hue: 0.45 , saturation: 0.98 and the lightness value of 12fcbc is 0.53.

The process color (four color CMYK) of #12fcbc color hex is 0.93, 0.00, 0.25, 0.01. Web safe color of #12fcbc is #00ffcc. Color #12fcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11111100 10111100
Octal 22 374 274
Decimal 18 252 188
Hex 12 FC BC

RGB Percentages of Color #12fcbc

%3.93
%55.02
%41.05

CMYK Percentages of Color #12fcbc

%93
%0
%25
%1

Triadic Colors of #12fcbc

#12fcbc #bc12fc #fcbc12

Analogous Colors of #12fcbc

#12fcbc #12c7fc #12fc47

Monochromatic Colors of #12fcbc

#12fcbc

Complementary Color

#12fcbc #fc1252

#12fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#12fcbc Color CSS Codes

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

#12fcbc Text Font Color

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

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


#12fcbc Background Color

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

This div background color is #12fcbc


#12fcbc Border Color

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

This div border color is #12fcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12fcbc


Comments

No comments written yet.

Please login to write comment.