Color Hex Logo

#9bedec Color Hex

#9BEDEC
(155,237,236)
0 Favorites   0 Comments

Color spaces of #9bedec

RGB 155237236
HSL0.500.690.77
HSV179°35°93°
CMYK 0.350.000.00   0.07
XYZ58.942173.593190.4552
Yxy73.59310.26430.3300
Hunter Lab85.7864-27.4825-2.4663
CIE-Lab88.7298-25.0394-7.4443

#9bedec color RGB value is (155,237,236).

#9bedec hex color red value is 155, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9bedec hue: 0.50 , saturation: 0.69 and the lightness value of 9bedec is 0.77.

The process color (four color CMYK) of #9bedec color hex is 0.35, 0.00, 0.00, 0.07. Web safe color of #9bedec is #99ffff. Color #9bedec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101101 11101100
Octal 233 355 354
Decimal 155 237 236
Hex 9B ED EC

RGB Percentages of Color #9bedec

%24.68
%37.74
%37.58

CMYK Percentages of Color #9bedec

%35
%0
%0
%7

Triadic Colors of #9bedec

#9bedec #ec9bed #edec9b

Analogous Colors of #9bedec

#9bedec #9bc5ed #9bedc3

Monochromatic Colors of #9bedec

#9bedec

Complementary Color

#9bedec #ed9b9c

#9bedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bedec Color CSS Codes

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

#9bedec Text Font Color

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

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


#9bedec Background Color

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

This div background color is #9bedec


#9bedec Border Color

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

This div border color is #9bedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bedec


Comments

No comments written yet.

Please login to write comment.