Color Hex Logo

#9fcfef Color Hex

#9FCFEF
(159,207,239)
0 Favorites   0 Comments

Color spaces of #9fcfef

RGB 159207239
HSL0.570.710.78
HSV204°33°94°
CMYK 0.330.130.00   0.06
XYZ52.190958.228690.1498
Yxy58.22860.26020.2903
Hunter Lab76.3077-11.4527-16.6298
CIE-Lab80.8657-8.0860-20.7913

#9fcfef color RGB value is (159,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001111 11101111
Octal 237 317 357
Decimal 159 207 239
Hex 9F CF EF

RGB Percentages of Color #9fcfef

%26.28
%34.21
%39.50

CMYK Percentages of Color #9fcfef

%33
%13
%0
%6

Triadic Colors of #9fcfef

#9fcfef #ef9fcf #cfef9f

Analogous Colors of #9fcfef

#9fcfef #9fa7ef #9fefe7

Monochromatic Colors of #9fcfef

#9fcfef

Complementary Color

#9fcfef #efbf9f

#9fcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcfef Color CSS Codes

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

#9fcfef Text Font Color

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

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


#9fcfef Background Color

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

This div background color is #9fcfef


#9fcfef Border Color

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

This div border color is #9fcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcfef


Comments

No comments written yet.

Please login to write comment.