Color Hex Logo

#9affe6 Color Hex

#9AFFE6
(154,255,230)
0 Favorites   0 Comments

Color spaces of #9affe6

RGB 154255230
HSL0.461.000.80
HSV165°40°100°
CMYK 0.400.000.10   0.00
XYZ63.369484.103287.7565
Yxy84.10320.26940.3575
Hunter Lab91.7078-37.14657.4600
CIE-Lab93.4953-35.16142.6607

#9affe6 color RGB value is (154,255,230).

#9affe6 hex color red value is 154, green value is 255 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #9affe6 hue: 0.46 , saturation: 1.00 and the lightness value of 9affe6 is 0.80.

The process color (four color CMYK) of #9affe6 color hex is 0.40, 0.00, 0.10, 0.00. Web safe color of #9affe6 is #99ffff. Color #9affe6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111111 11100110
Octal 232 377 346
Decimal 154 255 230
Hex 9A FF E6

RGB Percentages of Color #9affe6

%24.10
%39.91
%35.99

CMYK Percentages of Color #9affe6

%40
%0
%10
%0

Triadic Colors of #9affe6

#9affe6 #e69aff #ffe69a

Analogous Colors of #9affe6

#9affe6 #9ae6ff #9affb4

Monochromatic Colors of #9affe6

#9affe6

Complementary Color

#9affe6 #ff9ab3

#9affe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9affe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9affe6 Color CSS Codes

.mybgcolor {background-color:#9affe6; } 
.myforecolor {color:#9affe6; }
.mybordercolor {border:3px solid #9affe6; }

#9affe6 Text Font Color

<p style="color:#9affe6">Text here</p>

This sample text font color is #9affe6
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.


#9affe6 Background Color

<div style="background-color:#9affe6">
Div content here</div>

This div background color is #9affe6


#9affe6 Border Color

<div style="border:3px solid #9affe6">
Div here</div>

This div border color is #9affe6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,255,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9affe6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9affe6;
  -webkit-box-shadow: 1px 1px 3px 2px #9affe6;
  box-shadow:         1px 1px 3px 2px #9affe6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,255,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9affe6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9affe6;
  -webkit-box-shadow: 1px 1px 3px 2px #9affe6;
  box-shadow:         1px 1px 3px 2px #9affe6;">
Div content here</div>

This div box has shadow with color #9affe6

Related Colors

#9affe6 Color Palettes


Comments

No comments written yet.

Please login to write comment.