Color Hex Logo

#9bd6ec Color Hex

#9BD6EC
(155,214,236)
0 Favorites   0 Comments

Color spaces of #9bd6ec

RGB 155214236
HSL0.550.680.77
HSV196°34°93°
CMYK 0.340.090.00   0.07
XYZ52.704561.117888.3760
Yxy61.11780.26070.3023
Hunter Lab78.1779-16.4735-12.2997
CIE-Lab82.4420-13.5418-16.8336

#9bd6ec color RGB value is (155,214,236).

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

The process color (four color CMYK) of #9bd6ec color hex is 0.34, 0.09, 0.00, 0.07. Web safe color of #9bd6ec is #99ccff. Color #9bd6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010110 11101100
Octal 233 326 354
Decimal 155 214 236
Hex 9B D6 EC

RGB Percentages of Color #9bd6ec

%25.62
%35.37
%39.01

CMYK Percentages of Color #9bd6ec

%34
%9
%0
%7

Triadic Colors of #9bd6ec

#9bd6ec #ec9bd6 #d6ec9b

Analogous Colors of #9bd6ec

#9bd6ec #9baeec #9becda

Monochromatic Colors of #9bd6ec

#9bd6ec

Complementary Color

#9bd6ec #ecb19b

#9bd6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd6ec Color CSS Codes

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

#9bd6ec Text Font Color

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

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


#9bd6ec Background Color

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

This div background color is #9bd6ec


#9bd6ec Border Color

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

This div border color is #9bd6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd6ec


Comments

No comments written yet.

Please login to write comment.