Color Hex Logo

#9fcadb Color Hex

#9FCADB
(159,202,219)
0 Favorites   0 Comments

Color spaces of #9fcadb

RGB 159202219
HSL0.550.450.74
HSV197°27°86°
CMYK 0.270.080.00   0.14
XYZ48.204854.726575.0404
Yxy54.72650.27090.3075
Hunter Lab73.9774-13.1470-8.3578
CIE-Lab78.8835-10.2428-13.0692

#9fcadb color RGB value is (159,202,219).

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

The process color (four color CMYK) of #9fcadb color hex is 0.27, 0.08, 0.00, 0.14. Web safe color of #9fcadb is #99cccc. Color #9fcadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001010 11011011
Octal 237 312 333
Decimal 159 202 219
Hex 9F CA DB

RGB Percentages of Color #9fcadb

%27.41
%34.83
%37.76

CMYK Percentages of Color #9fcadb

%27
%8
%0
%14

Triadic Colors of #9fcadb

#9fcadb #db9fca #cadb9f

Analogous Colors of #9fcadb

#9fcadb #9facdb #9fdbce

Monochromatic Colors of #9fcadb

#9fcadb

Complementary Color

#9fcadb #dbb09f

#9fcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcadb Color CSS Codes

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

#9fcadb Text Font Color

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

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


#9fcadb Background Color

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

This div background color is #9fcadb


#9fcadb Border Color

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

This div border color is #9fcadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcadb


Comments

No comments written yet.

Please login to write comment.