Color Hex Logo

#9bbeca Color Hex

#9BBECA
(155,190,202)
0 Favorites   0 Comments

Color spaces of #9bbeca

RGB 155190202
HSL0.540.310.70
HSV195°23°79°
CMYK 0.230.060.00   0.21
XYZ42.591748.059762.9088
Yxy48.05970.27740.3130
Hunter Lab69.3251-11.6528-5.2749
CIE-Lab74.8626-9.0309-9.9169

#9bbeca color RGB value is (155,190,202).

#9bbeca hex color red value is 155, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9bbeca hue: 0.54 , saturation: 0.31 and the lightness value of 9bbeca is 0.70.

The process color (four color CMYK) of #9bbeca color hex is 0.23, 0.06, 0.00, 0.21. Web safe color of #9bbeca is #99cccc. Color #9bbeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111110 11001010
Octal 233 276 312
Decimal 155 190 202
Hex 9B BE CA

RGB Percentages of Color #9bbeca

%28.34
%34.73
%36.93

CMYK Percentages of Color #9bbeca

%23
%6
%0
%21

Triadic Colors of #9bbeca

#9bbeca #ca9bbe #beca9b

Analogous Colors of #9bbeca

#9bbeca #9ba7ca #9bcabf

Monochromatic Colors of #9bbeca

#9bbeca

Complementary Color

#9bbeca #caa79b

#9bbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbeca Color CSS Codes

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

#9bbeca Text Font Color

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

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


#9bbeca Background Color

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

This div background color is #9bbeca


#9bbeca Border Color

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

This div border color is #9bbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbeca


Comments

No comments written yet.

Please login to write comment.