Color Hex Logo

#9becdc Color Hex

#9BECDC
(155,236,220)
0 Favorites   0 Comments

Color spaces of #9becdc

RGB 155236220
HSL0.470.680.77
HSV168°34°93°
CMYK 0.340.000.07   0.07
XYZ56.431372.126878.6578
Yxy72.12680.27230.3481
Hunter Lab84.9275-30.01624.5363
CIE-Lab88.0296-28.1636-0.0943

#9becdc color RGB value is (155,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101100 11011100
Octal 233 354 334
Decimal 155 236 220
Hex 9B EC DC

RGB Percentages of Color #9becdc

%25.37
%38.63
%36.01

CMYK Percentages of Color #9becdc

%34
%0
%7
%7

Triadic Colors of #9becdc

#9becdc #dc9bec #ecdc9b

Analogous Colors of #9becdc

#9becdc #9bd4ec #9becb4

Monochromatic Colors of #9becdc

#9becdc

Complementary Color

#9becdc #ec9bab

#9becdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9becdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9becdc Color CSS Codes

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

#9becdc Text Font Color

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

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


#9becdc Background Color

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

This div background color is #9becdc


#9becdc Border Color

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

This div border color is #9becdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9becdc


Comments

No comments written yet.

Please login to write comment.