Color Hex Logo

#9fcdff Color Hex

#9FCDFF
(159,205,255)
0 Favorites   0 Comments

Color spaces of #9fcdff

RGB 159205255
HSL0.591.000.81
HSV211°38°100°
CMYK 0.380.200.00   0.00
XYZ54.179458.2536102.9962
Yxy58.25360.25150.2704
Hunter Lab76.3240-6.8570-26.5826
CIE-Lab80.8796-3.0105-29.2949

#9fcdff color RGB value is (159,205,255).

#9fcdff hex color red value is 159, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9fcdff hue: 0.59 , saturation: 1.00 and the lightness value of 9fcdff is 0.81.

The process color (four color CMYK) of #9fcdff color hex is 0.38, 0.20, 0.00, 0.00. Web safe color of #9fcdff is #99ccff. Color #9fcdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001101 11111111
Octal 237 315 377
Decimal 159 205 255
Hex 9F CD FF

RGB Percentages of Color #9fcdff

%25.69
%33.12
%41.20

CMYK Percentages of Color #9fcdff

%38
%20
%0
%0

Triadic Colors of #9fcdff

#9fcdff #ff9fcd #cdff9f

Analogous Colors of #9fcdff

#9fcdff #a19fff #9ffdff

Monochromatic Colors of #9fcdff

#9fcdff

Complementary Color

#9fcdff #ffd19f

#9fcdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcdff Color CSS Codes

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

#9fcdff Text Font Color

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

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


#9fcdff Background Color

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

This div background color is #9fcdff


#9fcdff Border Color

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

This div border color is #9fcdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcdff

Related Colors


Comments

No comments written yet.

Please login to write comment.