Color Hex Logo

#9bebe1 Color Hex

#9BEBE1
(155,235,225)
0 Favorites   0 Comments

Color spaces of #9bebe1

RGB 155235225
HSL0.480.670.76
HSV173°34°92°
CMYK 0.340.000.04   0.08
XYZ56.816571.821582.1025
Yxy71.82150.26960.3408
Hunter Lab84.7476-28.63821.8838
CIE-Lab87.8826-26.5760-2.9301

#9bebe1 color RGB value is (155,235,225).

#9bebe1 hex color red value is 155, green value is 235 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #9bebe1 hue: 0.48 , saturation: 0.67 and the lightness value of 9bebe1 is 0.76.

The process color (four color CMYK) of #9bebe1 color hex is 0.34, 0.00, 0.04, 0.08. Web safe color of #9bebe1 is #99ffcc. Color #9bebe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101011 11100001
Octal 233 353 341
Decimal 155 235 225
Hex 9B EB E1

RGB Percentages of Color #9bebe1

%25.20
%38.21
%36.59

CMYK Percentages of Color #9bebe1

%34
%0
%4
%8

Triadic Colors of #9bebe1

#9bebe1 #e19beb #ebe19b

Analogous Colors of #9bebe1

#9bebe1 #9bcdeb #9bebb9

Monochromatic Colors of #9bebe1

#9bebe1

Complementary Color

#9bebe1 #eb9ba5

#9bebe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bebe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bebe1 Color CSS Codes

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

#9bebe1 Text Font Color

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

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


#9bebe1 Background Color

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

This div background color is #9bebe1


#9bebe1 Border Color

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

This div border color is #9bebe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bebe1


Comments

No comments written yet.

Please login to write comment.