Color Hex Logo

#9fcddb Color Hex

#9FCDDB
(159,205,219)
0 Favorites   0 Comments

Color spaces of #9fcddb

RGB 159205219
HSL0.540.450.74
HSV194°27°86°
CMYK 0.270.060.00   0.14
XYZ48.915656.148075.2774
Yxy56.14800.27120.3113
Hunter Lab74.9320-14.6061-7.1109
CIE-Lab79.6980-11.8033-11.8507

#9fcddb color RGB value is (159,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001101 11011011
Octal 237 315 333
Decimal 159 205 219
Hex 9F CD DB

RGB Percentages of Color #9fcddb

%27.27
%35.16
%37.56

CMYK Percentages of Color #9fcddb

%27
%6
%0
%14

Triadic Colors of #9fcddb

#9fcddb #db9fcd #cddb9f

Analogous Colors of #9fcddb

#9fcddb #9fafdb #9fdbcb

Monochromatic Colors of #9fcddb

#9fcddb

Complementary Color

#9fcddb #dbad9f

#9fcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcddb Color CSS Codes

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

#9fcddb Text Font Color

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

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


#9fcddb Background Color

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

This div background color is #9fcddb


#9fcddb Border Color

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

This div border color is #9fcddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,205,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 #9fcddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcddb


Comments

No comments written yet.

Please login to write comment.