Color Hex Logo

#0cffae Color Hex

#0CFFAE
(12,255,174)
0 Favorites   0 Comments

Color spaces of #0cffae

RGB 12255174
HSL0.441.000.52
HSV160°95°100°
CMYK 0.950.000.32   0.00
XYZ43.551674.654252.1587
Yxy74.65420.25560.4382
Hunter Lab86.4027-61.231024.6903
CIE-Lab89.2308-68.109724.9427

#0cffae color RGB value is (12,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111111 10101110
Octal 14 377 256
Decimal 12 255 174
Hex C FF AE

RGB Percentages of Color #0cffae

%2.72
%57.82
%39.46

CMYK Percentages of Color #0cffae

%95
%0
%32
%0

Triadic Colors of #0cffae

#0cffae #ae0cff #ffae0c

Analogous Colors of #0cffae

#0cffae #0cd7ff #0cff35

Monochromatic Colors of #0cffae

#0cffae

Complementary Color

#0cffae #ff0c5d

#0cffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cffae Color CSS Codes

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

#0cffae Text Font Color

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

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


#0cffae Background Color

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

This div background color is #0cffae


#0cffae Border Color

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

This div border color is #0cffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cffae


Comments

No comments written yet.

Please login to write comment.