Color Hex Logo

#0cffad Color Hex

#0CFFAD
(12,255,173)
0 Favorites   0 Comments

Color spaces of #0cffad

RGB 12255173
HSL0.441.000.52
HSV160°95°100°
CMYK 0.950.000.32   0.00
XYZ43.454474.615351.6471
Yxy74.61530.25600.4396
Hunter Lab86.3801-61.369025.0163
CIE-Lab89.2125-68.317925.4245

#0cffad color RGB value is (12,255,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111111 10101101
Octal 14 377 255
Decimal 12 255 173
Hex C FF AD

RGB Percentages of Color #0cffad

%2.73
%57.95
%39.32

CMYK Percentages of Color #0cffad

%95
%0
%32
%0

Triadic Colors of #0cffad

#0cffad #ad0cff #ffad0c

Analogous Colors of #0cffad

#0cffad #0cd8ff #0cff34

Monochromatic Colors of #0cffad

#0cffad

Complementary Color

#0cffad #ff0c5e

#0cffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cffad Color CSS Codes

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

#0cffad Text Font Color

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

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


#0cffad Background Color

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

This div background color is #0cffad


#0cffad Border Color

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

This div border color is #0cffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cffad


Comments

No comments written yet.

Please login to write comment.