Color spaces of #0cfcee
RGB | 12 | 252 | 238 |
---|---|---|---|
HSL | 0.49 | 0.98 | 0.52 |
HSV | 177° | 95° | 99° |
CMYK | 0.95 | 0.00 | 0.06 0.01 |
XYZ | 50.3946 | 75.8720 | 92.8776 |
Yxy | 75.8720 | 0.2300 | 0.3462 |
Hunter Lab | 87.1045 | -49.1612 | -2.2464 |
CIE-Lab | 89.7999 | -51.3476 | -7.2630 |
#0cfcee color RGB value is (12,252,238).
#0cfcee hex color red value is 12, green value is 252 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0cfcee hue: 0.49 , saturation: 0.98 and the lightness value of 0cfcee is 0.52.
The process color (four color CMYK) of #0cfcee color hex is 0.95, 0.00, 0.06, 0.01. Web safe color of #0cfcee is #00ffff. Color #0cfcee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001100 | 11111100 | 11101110 |
Octal | 14 | 374 | 356 |
Decimal | 12 | 252 | 238 |
Hex | C | FC | EE |
Shades of #0cfcee
Tints of #0cfcee
RGB Percentages of Color #0cfcee
CMYK Percentages of Color #0cfcee
Complementary Color
#0cfcee | #fc0c1a |
#0cfcee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0cfcee Color Preview on White Background
Lorem ipsum dolor sit amet.
#0cfcee Color CSS Codes
.mybgcolor {background-color:#0cfcee; } .myforecolor {color:#0cfcee; } .mybordercolor {border:3px solid #0cfcee; }
#0cfcee Text Font Color
<p style="color:#0cfcee">Text here</p>
This sample text font color is #0cfcee
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.
#0cfcee Background Color
<div style="background-color:#0cfcee">
Div content here</div>
This div background color is #0cfcee
#0cfcee Border Color
<div style="border:3px solid #0cfcee">
Div here</div>
This div border color is #0cfcee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(12,252,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0cfcee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0cfcee; -webkit-box-shadow: 1px 1px 3px 2px #0cfcee; box-shadow: 1px 1px 3px 2px #0cfcee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(12,252,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0cfcee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0cfcee; -webkit-box-shadow: 1px 1px 3px 2px #0cfcee; box-shadow: 1px 1px 3px 2px #0cfcee;">
Div content here</div>
This div box has shadow with color #0cfcee
Comments
No comments written yet.
Please login to write comment.