Color Hex Logo

#9bdaee Color Hex

#9BDAEE
(155,218,238)
0 Favorites   0 Comments

Color spaces of #9bdaee

RGB 155218238
HSL0.540.710.77
HSV194°35°93°
CMYK 0.350.080.00   0.07
XYZ54.021663.284490.2568
Yxy63.28440.26030.3049
Hunter Lab79.5515-17.9998-11.5827
CIE-Lab83.5918-15.1040-16.1654

#9bdaee color RGB value is (155,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011010 11101110
Octal 233 332 356
Decimal 155 218 238
Hex 9B DA EE

RGB Percentages of Color #9bdaee

%25.37
%35.68
%38.95

CMYK Percentages of Color #9bdaee

%35
%8
%0
%7

Triadic Colors of #9bdaee

#9bdaee #ee9bda #daee9b

Analogous Colors of #9bdaee

#9bdaee #9bb1ee #9beed9

Monochromatic Colors of #9bdaee

#9bdaee

Complementary Color

#9bdaee #eeaf9b

#9bdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdaee Color CSS Codes

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

#9bdaee Text Font Color

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

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


#9bdaee Background Color

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

This div background color is #9bdaee


#9bdaee Border Color

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

This div border color is #9bdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdaee


Comments

No comments written yet.

Please login to write comment.