Color Hex Logo

#9bdcea Color Hex

#9BDCEA
(155,220,234)
0 Favorites   0 Comments

Color spaces of #9bdcea

RGB 155220234
HSL0.530.650.76
HSV191°34°92°
CMYK 0.340.060.00   0.08
XYZ53.962164.095587.3695
Yxy64.09550.26270.3120
Hunter Lab80.0597-19.7912-8.6617
CIE-Lab84.0155-17.0823-13.4098

#9bdcea color RGB value is (155,220,234).

#9bdcea hex color red value is 155, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9bdcea hue: 0.53 , saturation: 0.65 and the lightness value of 9bdcea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011100 11101010
Octal 233 334 352
Decimal 155 220 234
Hex 9B DC EA

RGB Percentages of Color #9bdcea

%25.45
%36.12
%38.42

CMYK Percentages of Color #9bdcea

%34
%6
%0
%8

Triadic Colors of #9bdcea

#9bdcea #ea9bdc #dcea9b

Analogous Colors of #9bdcea

#9bdcea #9bb5ea #9bead1

Monochromatic Colors of #9bdcea

#9bdcea

Complementary Color

#9bdcea #eaa99b

#9bdcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdcea Color CSS Codes

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

#9bdcea Text Font Color

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

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


#9bdcea Background Color

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

This div background color is #9bdcea


#9bdcea Border Color

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

This div border color is #9bdcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdcea


Comments

No comments written yet.

Please login to write comment.