Color Hex Logo

#9fdffd Color Hex

#9FDFFD
(159,223,253)
0 Favorites   0 Comments

Color spaces of #9fdffd

RGB 159223253
HSL0.550.960.81
HSV199°37°99°
CMYK 0.370.120.00   0.01
XYZ58.415467.2381102.8279
Yxy67.23810.25570.2943
Hunter Lab81.9988-16.3358-16.9514
CIE-Lab85.6240-12.9263-21.0078

#9fdffd color RGB value is (159,223,253).

#9fdffd hex color red value is 159, green value is 223 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9fdffd hue: 0.55 , saturation: 0.96 and the lightness value of 9fdffd is 0.81.

The process color (four color CMYK) of #9fdffd color hex is 0.37, 0.12, 0.00, 0.01. Web safe color of #9fdffd is #99ccff. Color #9fdffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011111 11111101
Octal 237 337 375
Decimal 159 223 253
Hex 9F DF FD

RGB Percentages of Color #9fdffd

%25.04
%35.12
%39.84

CMYK Percentages of Color #9fdffd

%37
%12
%0
%1

Triadic Colors of #9fdffd

#9fdffd #fd9fdf #dffd9f

Analogous Colors of #9fdffd

#9fdffd #9fb0fd #9ffdec

Monochromatic Colors of #9fdffd

#9fdffd

Complementary Color

#9fdffd #fdbd9f

#9fdffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdffd Color CSS Codes

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

#9fdffd Text Font Color

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

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


#9fdffd Background Color

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

This div background color is #9fdffd


#9fdffd Border Color

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

This div border color is #9fdffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdffd

Related Colors


Comments

No comments written yet.

Please login to write comment.