Color Hex Logo

#9fcdef Color Hex

#9FCDEF
(159,205,239)
0 Favorites   0 Comments

Color spaces of #9fcdef

RGB 159205239
HSL0.570.710.78
HSV206°33°94°
CMYK 0.330.140.00   0.06
XYZ51.709457.265689.9893
Yxy57.26560.25990.2878
Hunter Lab75.6740-10.4574-17.5341
CIE-Lab80.3288-7.0345-21.6056

#9fcdef color RGB value is (159,205,239).

#9fcdef hex color red value is 159, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9fcdef hue: 0.57 , saturation: 0.71 and the lightness value of 9fcdef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001101 11101111
Octal 237 315 357
Decimal 159 205 239
Hex 9F CD EF

RGB Percentages of Color #9fcdef

%26.37
%34.00
%39.64

CMYK Percentages of Color #9fcdef

%33
%14
%0
%6

Triadic Colors of #9fcdef

#9fcdef #ef9fcd #cdef9f

Analogous Colors of #9fcdef

#9fcdef #9fa5ef #9fefe9

Monochromatic Colors of #9fcdef

#9fcdef

Complementary Color

#9fcdef #efc19f

#9fcdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcdef Color CSS Codes

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

#9fcdef Text Font Color

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

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


#9fcdef Background Color

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

This div background color is #9fcdef


#9fcdef Border Color

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

This div border color is #9fcdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcdef


Comments

No comments written yet.

Please login to write comment.