Color spaces of #aecfbe
RGB | 174 | 207 | 190 |
---|---|---|---|
HSL | 0.41 | 0.26 | 0.75 |
HSV | 149° | 16° | 81° |
CMYK | 0.16 | 0.00 | 0.08 0.19 |
XYZ | 49.0626 | 57.3420 | 57.1974 |
Yxy | 57.3420 | 0.2999 | 0.3505 |
Hunter Lab | 75.7245 | -16.8661 | 8.2233 |
CIE-Lab | 80.3716 | -14.3057 | 4.7832 |
#aecfbe color RGB value is (174,207,190).
#aecfbe hex color red value is 174, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aecfbe hue: 0.41 , saturation: 0.26 and the lightness value of aecfbe is 0.75.
The process color (four color CMYK) of #aecfbe color hex is 0.16, 0.00, 0.08, 0.19. Web safe color of #aecfbe is #99cccc. Color #aecfbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001111 | 10111110 |
Octal | 256 | 317 | 276 |
Decimal | 174 | 207 | 190 |
Hex | AE | CF | BE |
Shades of #aecfbe
Tints of #aecfbe
RGB Percentages of Color #aecfbe
CMYK Percentages of Color #aecfbe
Complementary Color
#aecfbe | #cfaebf |
#aecfbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecfbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecfbe Color CSS Codes
.mybgcolor {background-color:#aecfbe; } .myforecolor {color:#aecfbe; } .mybordercolor {border:3px solid #aecfbe; }
#aecfbe Text Font Color
<p style="color:#aecfbe">Text here</p>
This sample text font color is #aecfbe
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.
#aecfbe Background Color
<div style="background-color:#aecfbe">
Div content here</div>
This div background color is #aecfbe
#aecfbe Border Color
<div style="border:3px solid #aecfbe">
Div here</div>
This div border color is #aecfbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,207,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecfbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecfbe; -webkit-box-shadow: 1px 1px 3px 2px #aecfbe; box-shadow: 1px 1px 3px 2px #aecfbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,207,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecfbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecfbe; -webkit-box-shadow: 1px 1px 3px 2px #aecfbe; box-shadow: 1px 1px 3px 2px #aecfbe;">
Div content here</div>
This div box has shadow with color #aecfbe
Comments
No comments written yet.
Please login to write comment.