Color spaces of #3ccebf
RGB | 60 | 206 | 191 |
---|---|---|---|
HSL | 0.48 | 0.60 | 0.52 |
HSV | 174° | 71° | 81° |
CMYK | 0.71 | 0.00 | 0.07 0.19 |
XYZ | 33.3388 | 48.8649 | 56.9649 |
Yxy | 48.8649 | 0.2396 | 0.3511 |
Hunter Lab | 69.9034 | -37.1996 | 0.6165 |
CIE-Lab | 75.3672 | -41.2039 | -3.6261 |
#3ccebf color RGB value is (60,206,191).
#3ccebf hex color red value is 60, green value is 206 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3ccebf hue: 0.48 , saturation: 0.60 and the lightness value of 3ccebf is 0.52.
The process color (four color CMYK) of #3ccebf color hex is 0.71, 0.00, 0.07, 0.19. Web safe color of #3ccebf is #33cccc. Color #3ccebf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11001110 | 10111111 |
Octal | 74 | 316 | 277 |
Decimal | 60 | 206 | 191 |
Hex | 3C | CE | BF |
Shades of #3ccebf
Tints of #3ccebf
RGB Percentages of Color #3ccebf
CMYK Percentages of Color #3ccebf
Complementary Color
#3ccebf | #ce3c4b |
#3ccebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ccebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ccebf Color CSS Codes
.mybgcolor {background-color:#3ccebf; } .myforecolor {color:#3ccebf; } .mybordercolor {border:3px solid #3ccebf; }
#3ccebf Text Font Color
<p style="color:#3ccebf">Text here</p>
This sample text font color is #3ccebf
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.
#3ccebf Background Color
<div style="background-color:#3ccebf">
Div content here</div>
This div background color is #3ccebf
#3ccebf Border Color
<div style="border:3px solid #3ccebf">
Div here</div>
This div border color is #3ccebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,206,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ccebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ccebf; -webkit-box-shadow: 1px 1px 3px 2px #3ccebf; box-shadow: 1px 1px 3px 2px #3ccebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,206,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ccebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ccebf; -webkit-box-shadow: 1px 1px 3px 2px #3ccebf; box-shadow: 1px 1px 3px 2px #3ccebf;">
Div content here</div>
This div box has shadow with color #3ccebf
Comments
No comments written yet.
Please login to write comment.