Color Hex Logo

#9bdfcb Color Hex

#9BDFCB
(155,223,203)
0 Favorites   0 Comments

Color spaces of #9bdfcb

RGB 155223203
HSL0.450.520.74
HSV162°30°87°
CMYK 0.300.000.09   0.13
XYZ50.684764.055766.1925
Yxy64.05570.28010.3540
Hunter Lab80.0348-27.01996.9888
CIE-Lab83.9948-25.55052.9790

#9bdfcb color RGB value is (155,223,203).

#9bdfcb hex color red value is 155, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9bdfcb hue: 0.45 , saturation: 0.52 and the lightness value of 9bdfcb is 0.74.

The process color (four color CMYK) of #9bdfcb color hex is 0.30, 0.00, 0.09, 0.13. Web safe color of #9bdfcb is #99cccc. Color #9bdfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011111 11001011
Octal 233 337 313
Decimal 155 223 203
Hex 9B DF CB

RGB Percentages of Color #9bdfcb

%26.68
%38.38
%34.94

CMYK Percentages of Color #9bdfcb

%30
%0
%9
%13

Triadic Colors of #9bdfcb

#9bdfcb #cb9bdf #dfcb9b

Analogous Colors of #9bdfcb

#9bdfcb #9bd1df #9bdfa9

Monochromatic Colors of #9bdfcb

#9bdfcb

Complementary Color

#9bdfcb #df9baf

#9bdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdfcb Color CSS Codes

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

#9bdfcb Text Font Color

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

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


#9bdfcb Background Color

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

This div background color is #9bdfcb


#9bdfcb Border Color

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

This div border color is #9bdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdfcb


Comments

No comments written yet.

Please login to write comment.