Color Hex Logo

#9bd6ee Color Hex

#9BD6EE
(155,214,238)
0 Favorites   0 Comments

Color spaces of #9bd6ee

RGB 155214238
HSL0.550.710.77
HSV197°35°93°
CMYK 0.350.100.00   0.07
XYZ52.996861.234789.9152
Yxy61.23470.25960.3000
Hunter Lab78.2526-16.0524-13.3496
CIE-Lab82.5048-13.0542-17.8023

#9bd6ee color RGB value is (155,214,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010110 11101110
Octal 233 326 356
Decimal 155 214 238
Hex 9B D6 EE

RGB Percentages of Color #9bd6ee

%25.54
%35.26
%39.21

CMYK Percentages of Color #9bd6ee

%35
%10
%0
%7

Triadic Colors of #9bd6ee

#9bd6ee #ee9bd6 #d6ee9b

Analogous Colors of #9bd6ee

#9bd6ee #9badee #9beedd

Monochromatic Colors of #9bd6ee

#9bd6ee

Complementary Color

#9bd6ee #eeb39b

#9bd6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd6ee Color CSS Codes

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

#9bd6ee Text Font Color

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

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


#9bd6ee Background Color

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

This div background color is #9bd6ee


#9bd6ee Border Color

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

This div border color is #9bd6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd6ee


Comments

No comments written yet.

Please login to write comment.