Color spaces of #aecfb8
RGB | 174 | 207 | 184 |
---|---|---|---|
HSL | 0.38 | 0.26 | 0.75 |
HSV | 138° | 16° | 81° |
CMYK | 0.16 | 0.00 | 0.11 0.19 |
XYZ | 48.4201 | 57.0850 | 53.8139 |
Yxy | 57.0850 | 0.3039 | 0.3583 |
Hunter Lab | 75.5546 | -17.8267 | 10.6588 |
CIE-Lab | 80.2274 | -15.4427 | 7.7815 |
#aecfb8 color RGB value is (174,207,184).
#aecfb8 hex color red value is 174, green value is 207 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #aecfb8 hue: 0.38 , saturation: 0.26 and the lightness value of aecfb8 is 0.75.
The process color (four color CMYK) of #aecfb8 color hex is 0.16, 0.00, 0.11, 0.19. Web safe color of #aecfb8 is #99cccc. Color #aecfb8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001111 | 10111000 |
Octal | 256 | 317 | 270 |
Decimal | 174 | 207 | 184 |
Hex | AE | CF | B8 |
Shades of #aecfb8
Tints of #aecfb8
RGB Percentages of Color #aecfb8
CMYK Percentages of Color #aecfb8
Complementary Color
#aecfb8 | #cfaec5 |
#aecfb8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecfb8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecfb8 Color CSS Codes
.mybgcolor {background-color:#aecfb8; } .myforecolor {color:#aecfb8; } .mybordercolor {border:3px solid #aecfb8; }
#aecfb8 Text Font Color
<p style="color:#aecfb8">Text here</p>
This sample text font color is #aecfb8
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.
#aecfb8 Background Color
<div style="background-color:#aecfb8">
Div content here</div>
This div background color is #aecfb8
#aecfb8 Border Color
<div style="border:3px solid #aecfb8">
Div here</div>
This div border color is #aecfb8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,207,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecfb8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecfb8; -webkit-box-shadow: 1px 1px 3px 2px #aecfb8; box-shadow: 1px 1px 3px 2px #aecfb8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,207,184, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecfb8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecfb8; -webkit-box-shadow: 1px 1px 3px 2px #aecfb8; box-shadow: 1px 1px 3px 2px #aecfb8;">
Div content here</div>
This div box has shadow with color #aecfb8
Comments
No comments written yet.
Please login to write comment.