Color spaces of #4bcbdc
RGB | 75 | 203 | 220 |
---|---|---|---|
HSL | 0.52 | 0.67 | 0.58 |
HSV | 187° | 66° | 86° |
CMYK | 0.66 | 0.08 | 0.00 0.14 |
XYZ | 37.1759 | 49.3750 | 75.2811 |
Yxy | 49.3750 | 0.2297 | 0.3051 |
Hunter Lab | 70.2673 | -28.5300 | -14.3333 |
CIE-Lab | 75.6840 | -29.5296 | -18.7742 |
#4bcbdc color RGB value is (75,203,220).
#4bcbdc hex color red value is 75, green value is 203 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4bcbdc hue: 0.52 , saturation: 0.67 and the lightness value of 4bcbdc is 0.58.
The process color (four color CMYK) of #4bcbdc color hex is 0.66, 0.08, 0.00, 0.14. Web safe color of #4bcbdc is #33cccc. Color #4bcbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 11001011 | 11011100 |
Octal | 113 | 313 | 334 |
Decimal | 75 | 203 | 220 |
Hex | 4B | CB | DC |
Shades of #4bcbdc
Tints of #4bcbdc
RGB Percentages of Color #4bcbdc
CMYK Percentages of Color #4bcbdc
Complementary Color
#4bcbdc | #dc5c4b |
#4bcbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4bcbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4bcbdc Color CSS Codes
.mybgcolor {background-color:#4bcbdc; } .myforecolor {color:#4bcbdc; } .mybordercolor {border:3px solid #4bcbdc; }
#4bcbdc Text Font Color
<p style="color:#4bcbdc">Text here</p>
This sample text font color is #4bcbdc
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.
#4bcbdc Background Color
<div style="background-color:#4bcbdc">
Div content here</div>
This div background color is #4bcbdc
#4bcbdc Border Color
<div style="border:3px solid #4bcbdc">
Div here</div>
This div border color is #4bcbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,203,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4bcbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4bcbdc; -webkit-box-shadow: 1px 1px 3px 2px #4bcbdc; box-shadow: 1px 1px 3px 2px #4bcbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,203,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4bcbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4bcbdc; -webkit-box-shadow: 1px 1px 3px 2px #4bcbdc; box-shadow: 1px 1px 3px 2px #4bcbdc;">
Div content here</div>
This div box has shadow with color #4bcbdc
Comments
No comments written yet.
Please login to write comment.