Color spaces of #4baced
RGB | 75 | 172 | 237 |
---|---|---|---|
HSL | 0.57 | 0.82 | 0.61 |
HSV | 204° | 68° | 93° |
CMYK | 0.68 | 0.27 | 0.00 0.07 |
XYZ | 32.9402 | 37.1153 | 85.5486 |
Yxy | 37.1153 | 0.2117 | 0.2385 |
Hunter Lab | 60.9223 | -10.1006 | -40.6108 |
CIE-Lab | 67.3634 | -8.1159 | -40.8200 |
#4baced color RGB value is (75,172,237).
#4baced hex color red value is 75, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4baced hue: 0.57 , saturation: 0.82 and the lightness value of 4baced is 0.61.
The process color (four color CMYK) of #4baced color hex is 0.68, 0.27, 0.00, 0.07. Web safe color of #4baced is #3399ff. Color #4baced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 10101100 | 11101101 |
Octal | 113 | 254 | 355 |
Decimal | 75 | 172 | 237 |
Hex | 4B | AC | ED |
Shades of #4baced
Tints of #4baced
RGB Percentages of Color #4baced
CMYK Percentages of Color #4baced
Complementary Color
#4baced | #ed8c4b |
#4baced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4baced Color Preview on White Background
Lorem ipsum dolor sit amet.
#4baced Color CSS Codes
.mybgcolor {background-color:#4baced; } .myforecolor {color:#4baced; } .mybordercolor {border:3px solid #4baced; }
#4baced Text Font Color
<p style="color:#4baced">Text here</p>
This sample text font color is #4baced
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.
#4baced Background Color
<div style="background-color:#4baced">
Div content here</div>
This div background color is #4baced
#4baced Border Color
<div style="border:3px solid #4baced">
Div here</div>
This div border color is #4baced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,172,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4baced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4baced; -webkit-box-shadow: 1px 1px 3px 2px #4baced; box-shadow: 1px 1px 3px 2px #4baced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,172,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4baced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4baced; -webkit-box-shadow: 1px 1px 3px 2px #4baced; box-shadow: 1px 1px 3px 2px #4baced;">
Div content here</div>
This div box has shadow with color #4baced
Comments
No comments written yet.
Please login to write comment.