Color Hex Logo

#9abef2 Color Hex

#9ABEF2
(154,190,242)
0 Favorites   0 Comments

Color spaces of #9abef2

RGB 154190242
HSL0.600.770.78
HSV215°36°95°
CMYK 0.360.210.00   0.05
XYZ47.766950.107791.1586
Yxy50.10770.25270.2651
Hunter Lab70.7868-3.4252-26.8024
CIE-Lab76.13530.3916-29.6451

#9abef2 color RGB value is (154,190,242).

#9abef2 hex color red value is 154, green value is 190 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #9abef2 hue: 0.60 , saturation: 0.77 and the lightness value of 9abef2 is 0.78.

The process color (four color CMYK) of #9abef2 color hex is 0.36, 0.21, 0.00, 0.05. Web safe color of #9abef2 is #99ccff. Color #9abef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111110 11110010
Octal 232 276 362
Decimal 154 190 242
Hex 9A BE F2

RGB Percentages of Color #9abef2

%26.28
%32.42
%41.30

CMYK Percentages of Color #9abef2

%36
%21
%0
%5

Triadic Colors of #9abef2

#9abef2 #f29abe #bef29a

Analogous Colors of #9abef2

#9abef2 #a29af2 #9aeaf2

Monochromatic Colors of #9abef2

#9abef2

Complementary Color

#9abef2 #f2ce9a

#9abef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abef2 Color CSS Codes

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

#9abef2 Text Font Color

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

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


#9abef2 Background Color

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

This div background color is #9abef2


#9abef2 Border Color

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

This div border color is #9abef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abef2

#9abef2 Color Palettes


Comments

No comments written yet.

Please login to write comment.