Color Hex Logo

#9bdaed Color Hex

#9BDAED
(155,218,237)
0 Favorites   0 Comments

Color spaces of #9bdaed

RGB 155218237
HSL0.540.690.77
HSV194°35°93°
CMYK 0.350.080.00   0.07
XYZ53.875063.225889.4850
Yxy63.22580.26080.3061
Hunter Lab79.5147-18.2083-11.0641
CIE-Lab83.5610-15.3464-15.6814

#9bdaed color RGB value is (155,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011010 11101101
Octal 233 332 355
Decimal 155 218 237
Hex 9B DA ED

RGB Percentages of Color #9bdaed

%25.41
%35.74
%38.85

CMYK Percentages of Color #9bdaed

%35
%8
%0
%7

Triadic Colors of #9bdaed

#9bdaed #ed9bda #daed9b

Analogous Colors of #9bdaed

#9bdaed #9bb1ed #9bedd7

Monochromatic Colors of #9bdaed

#9bdaed

Complementary Color

#9bdaed #edae9b

#9bdaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdaed Color CSS Codes

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

#9bdaed Text Font Color

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

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


#9bdaed Background Color

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

This div background color is #9bdaed


#9bdaed Border Color

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

This div border color is #9bdaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdaed


Comments

No comments written yet.

Please login to write comment.