Color Hex Logo

#9befcd Color Hex

#9BEFCD
(155,239,205)
0 Favorites   0 Comments

Color spaces of #9befcd

RGB 155239205
HSL0.430.720.77
HSV156°35°94°
CMYK 0.350.000.14   0.06
XYZ55.403573.109368.9490
Yxy73.10930.28060.3702
Hunter Lab85.5040-33.970412.0423
CIE-Lab88.4998-32.75748.4264

#9befcd color RGB value is (155,239,205).

#9befcd hex color red value is 155, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9befcd hue: 0.43 , saturation: 0.72 and the lightness value of 9befcd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101111 11001101
Octal 233 357 315
Decimal 155 239 205
Hex 9B EF CD

RGB Percentages of Color #9befcd

%25.88
%39.90
%34.22

CMYK Percentages of Color #9befcd

%35
%0
%14
%6

Triadic Colors of #9befcd

#9befcd #cd9bef #efcd9b

Analogous Colors of #9befcd

#9befcd #9be7ef #9befa3

Monochromatic Colors of #9befcd

#9befcd

Complementary Color

#9befcd #ef9bbd

#9befcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9befcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9befcd Color CSS Codes

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

#9befcd Text Font Color

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

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


#9befcd Background Color

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

This div background color is #9befcd


#9befcd Border Color

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

This div border color is #9befcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9befcd


Comments

No comments written yet.

Please login to write comment.