Color spaces of #6fcaeb
RGB | 111 | 202 | 235 |
---|---|---|---|
HSL | 0.54 | 0.76 | 0.68 |
HSV | 196° | 53° | 92° |
CMYK | 0.53 | 0.14 | 0.00 0.08 |
XYZ | 42.6715 | 51.6187 | 86.3116 |
Yxy | 51.6187 | 0.2363 | 0.2858 |
Hunter Lab | 71.8462 | -19.7145 | -20.9351 |
CIE-Lab | 77.0523 | -18.2305 | -24.6622 |
#6fcaeb color RGB value is (111,202,235).
#6fcaeb hex color red value is 111, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6fcaeb hue: 0.54 , saturation: 0.76 and the lightness value of 6fcaeb is 0.68.
The process color (four color CMYK) of #6fcaeb color hex is 0.53, 0.14, 0.00, 0.08. Web safe color of #6fcaeb is #66ccff. Color #6fcaeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 11001010 | 11101011 |
Octal | 157 | 312 | 353 |
Decimal | 111 | 202 | 235 |
Hex | 6F | CA | EB |
Shades of #6fcaeb
Tints of #6fcaeb
RGB Percentages of Color #6fcaeb
CMYK Percentages of Color #6fcaeb
Complementary Color
#6fcaeb | #eb906f |
#6fcaeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6fcaeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#6fcaeb Color CSS Codes
.mybgcolor {background-color:#6fcaeb; } .myforecolor {color:#6fcaeb; } .mybordercolor {border:3px solid #6fcaeb; }
#6fcaeb Text Font Color
<p style="color:#6fcaeb">Text here</p>
This sample text font color is #6fcaeb
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.
#6fcaeb Background Color
<div style="background-color:#6fcaeb">
Div content here</div>
This div background color is #6fcaeb
#6fcaeb Border Color
<div style="border:3px solid #6fcaeb">
Div here</div>
This div border color is #6fcaeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,202,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6fcaeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6fcaeb; -webkit-box-shadow: 1px 1px 3px 2px #6fcaeb; box-shadow: 1px 1px 3px 2px #6fcaeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,202,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6fcaeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6fcaeb; -webkit-box-shadow: 1px 1px 3px 2px #6fcaeb; box-shadow: 1px 1px 3px 2px #6fcaeb;">
Div content here</div>
This div box has shadow with color #6fcaeb
Comments
No comments written yet.
Please login to write comment.