Color spaces of #3cbebf
RGB | 60 | 190 | 191 |
---|---|---|---|
HSL | 0.50 | 0.52 | 0.49 |
HSV | 180° | 69° | 75° |
CMYK | 0.69 | 0.01 | 0.00 0.25 |
XYZ | 29.6809 | 41.5492 | 55.7457 |
Yxy | 41.5492 | 0.2338 | 0.3272 |
Hunter Lab | 64.4587 | -30.6098 | -6.1546 |
CIE-Lab | 70.5590 | -33.8780 | -10.7581 |
#3cbebf color RGB value is (60,190,191).
#3cbebf hex color red value is 60, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3cbebf hue: 0.50 , saturation: 0.52 and the lightness value of 3cbebf is 0.49.
The process color (four color CMYK) of #3cbebf color hex is 0.69, 0.01, 0.00, 0.25. Web safe color of #3cbebf is #33cccc. Color #3cbebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 10111110 | 10111111 |
Octal | 74 | 276 | 277 |
Decimal | 60 | 190 | 191 |
Hex | 3C | BE | BF |
Shades of #3cbebf
Tints of #3cbebf
RGB Percentages of Color #3cbebf
CMYK Percentages of Color #3cbebf
Complementary Color
#3cbebf | #bf3d3c |
#3cbebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3cbebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#3cbebf Color CSS Codes
.mybgcolor {background-color:#3cbebf; } .myforecolor {color:#3cbebf; } .mybordercolor {border:3px solid #3cbebf; }
#3cbebf Text Font Color
<p style="color:#3cbebf">Text here</p>
This sample text font color is #3cbebf
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.
#3cbebf Background Color
<div style="background-color:#3cbebf">
Div content here</div>
This div background color is #3cbebf
#3cbebf Border Color
<div style="border:3px solid #3cbebf">
Div here</div>
This div border color is #3cbebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,190,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3cbebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3cbebf; -webkit-box-shadow: 1px 1px 3px 2px #3cbebf; box-shadow: 1px 1px 3px 2px #3cbebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,190,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 #3cbebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3cbebf; -webkit-box-shadow: 1px 1px 3px 2px #3cbebf; box-shadow: 1px 1px 3px 2px #3cbebf;">
Div content here</div>
This div box has shadow with color #3cbebf
Comments
No comments written yet.
Please login to write comment.