Color Hex Logo

#9fcebd Color Hex

#9FCEBD
(159,206,189)
0 Favorites   0 Comments

Color spaces of #9fcebd

RGB 159206189
HSL0.440.320.72
HSV158°23°81°
CMYK 0.230.000.08   0.19
XYZ45.554755.187756.3954
Yxy55.18770.28990.3512
Hunter Lab74.2884-20.54606.9924
CIE-Lab79.1493-18.83363.4336

#9fcebd color RGB value is (159,206,189).

#9fcebd hex color red value is 159, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9fcebd hue: 0.44 , saturation: 0.32 and the lightness value of 9fcebd is 0.72.

The process color (four color CMYK) of #9fcebd color hex is 0.23, 0.00, 0.08, 0.19. Web safe color of #9fcebd is #99cccc. Color #9fcebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001110 10111101
Octal 237 316 275
Decimal 159 206 189
Hex 9F CE BD

RGB Percentages of Color #9fcebd

%28.70
%37.18
%34.12

CMYK Percentages of Color #9fcebd

%23
%0
%8
%19

Triadic Colors of #9fcebd

#9fcebd #bd9fce #cebd9f

Analogous Colors of #9fcebd

#9fcebd #9fc8ce #9fcea6

Monochromatic Colors of #9fcebd

#9fcebd

Complementary Color

#9fcebd #ce9fb0

#9fcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcebd Color CSS Codes

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

#9fcebd Text Font Color

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

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


#9fcebd Background Color

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

This div background color is #9fcebd


#9fcebd Border Color

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

This div border color is #9fcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcebd


Comments

No comments written yet.

Please login to write comment.