Color Hex Logo

#9fdbed Color Hex

#9FDBED
(159,219,237)
0 Favorites   0 Comments

Color spaces of #9fdbed

RGB 159219237
HSL0.540.680.78
HSV194°33°93°
CMYK 0.330.080.00   0.07
XYZ54.915764.148489.6083
Yxy64.14840.26320.3074
Hunter Lab80.0927-17.7734-10.2692
CIE-Lab84.0430-14.7763-14.9365

#9fdbed color RGB value is (159,219,237).

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

The process color (four color CMYK) of #9fdbed color hex is 0.33, 0.08, 0.00, 0.07. Web safe color of #9fdbed is #99ccff. Color #9fdbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011011 11101101
Octal 237 333 355
Decimal 159 219 237
Hex 9F DB ED

RGB Percentages of Color #9fdbed

%25.85
%35.61
%38.54

CMYK Percentages of Color #9fdbed

%33
%8
%0
%7

Triadic Colors of #9fdbed

#9fdbed #ed9fdb #dbed9f

Analogous Colors of #9fdbed

#9fdbed #9fb4ed #9fedd8

Monochromatic Colors of #9fdbed

#9fdbed

Complementary Color

#9fdbed #edb19f

#9fdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdbed Color CSS Codes

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

#9fdbed Text Font Color

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

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


#9fdbed Background Color

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

This div background color is #9fdbed


#9fdbed Border Color

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

This div border color is #9fdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdbed


Comments

No comments written yet.

Please login to write comment.