Color Hex Logo

#0cfeab Color Hex

#0CFEAB
(12,254,171)
0 Favorites   0 Comments

Color spaces of #0cfeab

RGB 12254171
HSL0.440.990.52
HSV159°95°100°
CMYK 0.950.000.33   0.00
XYZ42.944173.902150.5292
Yxy73.90210.25660.4415
Hunter Lab85.9663-61.272225.3270
CIE-Lab88.8762-68.382125.9783

#0cfeab color RGB value is (12,254,171).

#0cfeab hex color red value is 12, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0cfeab hue: 0.44 , saturation: 0.99 and the lightness value of 0cfeab is 0.52.

The process color (four color CMYK) of #0cfeab color hex is 0.95, 0.00, 0.33, 0.00. Web safe color of #0cfeab is #00ff99. Color #0cfeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111110 10101011
Octal 14 376 253
Decimal 12 254 171
Hex C FE AB

RGB Percentages of Color #0cfeab

%2.75
%58.12
%39.13

CMYK Percentages of Color #0cfeab

%95
%0
%33
%0

Triadic Colors of #0cfeab

#0cfeab #ab0cfe #feab0c

Analogous Colors of #0cfeab

#0cfeab #0cd8fe #0cfe32

Monochromatic Colors of #0cfeab

#0cfeab

Complementary Color

#0cfeab #fe0c5f

#0cfeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfeab Color CSS Codes

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

#0cfeab Text Font Color

<p style="color:#0cfeab">Text here</p>

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


#0cfeab Background Color

<div style="background-color:#0cfeab">
Div content here</div>

This div background color is #0cfeab


#0cfeab Border Color

<div style="border:3px solid #0cfeab">
Div here</div>

This div border color is #0cfeab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,254,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cfeab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cfeab;
  -webkit-box-shadow: 1px 1px 3px 2px #0cfeab;
  box-shadow:         1px 1px 3px 2px #0cfeab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,254,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfeab


Comments

No comments written yet.

Please login to write comment.