Color Hex Logo

#9fcfdd Color Hex

#9FCFDD
(159,207,221)
0 Favorites   0 Comments

Color spaces of #9fcfdd

RGB 159207221
HSL0.540.480.75
HSV194°28°87°
CMYK 0.280.060.00   0.13
XYZ49.662057.217076.8331
Yxy57.21700.27030.3114
Hunter Lab75.6419-15.1808-7.2743
CIE-Lab80.3015-12.3769-12.0201

#9fcfdd color RGB value is (159,207,221).

#9fcfdd hex color red value is 159, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9fcfdd hue: 0.54 , saturation: 0.48 and the lightness value of 9fcfdd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001111 11011101
Octal 237 317 335
Decimal 159 207 221
Hex 9F CF DD

RGB Percentages of Color #9fcfdd

%27.09
%35.26
%37.65

CMYK Percentages of Color #9fcfdd

%28
%6
%0
%13

Triadic Colors of #9fcfdd

#9fcfdd #dd9fcf #cfdd9f

Analogous Colors of #9fcfdd

#9fcfdd #9fb0dd #9fddcc

Monochromatic Colors of #9fcfdd

#9fcfdd

Complementary Color

#9fcfdd #ddad9f

#9fcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcfdd Color CSS Codes

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

#9fcfdd Text Font Color

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

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


#9fcfdd Background Color

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

This div background color is #9fcfdd


#9fcfdd Border Color

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

This div border color is #9fcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcfdd


Comments

No comments written yet.

Please login to write comment.