Color Hex Logo

#9fcade Color Hex

#9FCADE
(159,202,222)
0 Favorites   0 Comments

Color spaces of #9fcade

RGB 159202222
HSL0.550.490.75
HSV199°28°87°
CMYK 0.280.090.00   0.13
XYZ48.603454.885977.1396
Yxy54.88590.26910.3039
Hunter Lab74.0850-12.5440-9.8751
CIE-Lab78.9755-9.5434-14.5427

#9fcade color RGB value is (159,202,222).

#9fcade hex color red value is 159, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9fcade hue: 0.55 , saturation: 0.49 and the lightness value of 9fcade is 0.75.

The process color (four color CMYK) of #9fcade color hex is 0.28, 0.09, 0.00, 0.13. Web safe color of #9fcade is #99cccc. Color #9fcade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001010 11011110
Octal 237 312 336
Decimal 159 202 222
Hex 9F CA DE

RGB Percentages of Color #9fcade

%27.27
%34.65
%38.08

CMYK Percentages of Color #9fcade

%28
%9
%0
%13

Triadic Colors of #9fcade

#9fcade #de9fca #cade9f

Analogous Colors of #9fcade

#9fcade #9fabde #9fded3

Monochromatic Colors of #9fcade

#9fcade

Complementary Color

#9fcade #deb39f

#9fcade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcade Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcade Color CSS Codes

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

#9fcade Text Font Color

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

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


#9fcade Background Color

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

This div background color is #9fcade


#9fcade Border Color

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

This div border color is #9fcade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,202,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fcade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fcade;
  -webkit-box-shadow: 1px 1px 3px 2px #9fcade;
  box-shadow:         1px 1px 3px 2px #9fcade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,202,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcade


Comments

No comments written yet.

Please login to write comment.