Color Hex Logo

#9accf0 Color Hex

#9ACCF0
(154,204,240)
0 Favorites   0 Comments

Color spaces of #9accf0

RGB 154204240
HSL0.570.740.77
HSV205°36°94°
CMYK 0.360.150.00   0.06
XYZ50.647556.347090.6447
Yxy56.34700.25630.2851
Hunter Lab75.0646-10.9259-19.0507
CIE-Lab79.8109-7.6159-22.9530

#9accf0 color RGB value is (154,204,240).

#9accf0 hex color red value is 154, green value is 204 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #9accf0 hue: 0.57 , saturation: 0.74 and the lightness value of 9accf0 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 11110000
Octal 232 314 360
Decimal 154 204 240
Hex 9A CC F0

RGB Percentages of Color #9accf0

%25.75
%34.11
%40.13

CMYK Percentages of Color #9accf0

%36
%15
%0
%6

Triadic Colors of #9accf0

#9accf0 #f09acc #ccf09a

Analogous Colors of #9accf0

#9accf0 #9aa1f0 #9af0e9

Monochromatic Colors of #9accf0

#9accf0

Complementary Color

#9accf0 #f0be9a

#9accf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9accf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9accf0 Color CSS Codes

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

#9accf0 Text Font Color

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

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


#9accf0 Background Color

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

This div background color is #9accf0


#9accf0 Border Color

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

This div border color is #9accf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9accf0


Comments

No comments written yet.

Please login to write comment.