Color Hex Logo

#9feccb Color Hex

#9FECCB
(159,236,203)
0 Favorites   0 Comments

Color spaces of #9feccb

RGB 159236203
HSL0.430.670.77
HSV154°33°93°
CMYK 0.330.000.14   0.07
XYZ55.073071.673667.4317
Yxy71.67360.28360.3691
Hunter Lab84.6603-32.038012.0378
CIE-Lab87.8112-30.62168.5083

#9feccb color RGB value is (159,236,203).

#9feccb hex color red value is 159, green value is 236 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9feccb hue: 0.43 , saturation: 0.67 and the lightness value of 9feccb is 0.77.

The process color (four color CMYK) of #9feccb color hex is 0.33, 0.00, 0.14, 0.07. Web safe color of #9feccb is #99ffcc. Color #9feccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101100 11001011
Octal 237 354 313
Decimal 159 236 203
Hex 9F EC CB

RGB Percentages of Color #9feccb

%26.59
%39.46
%33.95

CMYK Percentages of Color #9feccb

%33
%0
%14
%7

Triadic Colors of #9feccb

#9feccb #cb9fec #eccb9f

Analogous Colors of #9feccb

#9feccb #9fe7ec #9feca5

Monochromatic Colors of #9feccb

#9feccb

Complementary Color

#9feccb #ec9fc0

#9feccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feccb Color CSS Codes

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

#9feccb Text Font Color

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

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


#9feccb Background Color

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

This div background color is #9feccb


#9feccb Border Color

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

This div border color is #9feccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feccb


Comments

No comments written yet.

Please login to write comment.