Color Hex Logo

#9fdaff Color Hex

#9FDAFF
(159,218,255)
0 Favorites   0 Comments

Color spaces of #9fdaff

RGB 159218255
HSL0.561.000.81
HSV203°38°100°
CMYK 0.380.150.00   0.00
XYZ57.419564.7337104.0763
Yxy64.73370.25380.2861
Hunter Lab80.4573-13.4111-20.3751
CIE-Lab84.3463-9.8486-24.0017

#9fdaff color RGB value is (159,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011010 11111111
Octal 237 332 377
Decimal 159 218 255
Hex 9F DA FF

RGB Percentages of Color #9fdaff

%25.16
%34.49
%40.35

CMYK Percentages of Color #9fdaff

%38
%15
%0
%0

Triadic Colors of #9fdaff

#9fdaff #ff9fda #daff9f

Analogous Colors of #9fdaff

#9fdaff #9faaff #9ffff4

Monochromatic Colors of #9fdaff

#9fdaff

Complementary Color

#9fdaff #ffc49f

#9fdaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdaff Color CSS Codes

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

#9fdaff Text Font Color

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

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


#9fdaff Background Color

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

This div background color is #9fdaff


#9fdaff Border Color

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

This div border color is #9fdaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdaff


Comments

No comments written yet.

Please login to write comment.