Color Hex Logo

#9beda3 Color Hex

#9BEDA3
(155,237,163)
0 Favorites   0 Comments

Color spaces of #9beda3

RGB 155237163
HSL0.350.690.77
HSV126°35°93°
CMYK 0.350.000.31   0.07
XYZ50.412670.181345.5396
Yxy70.18130.30340.4224
Hunter Lab83.7743-39.189626.4120
CIE-Lab87.0857-39.600428.1656

#9beda3 color RGB value is (155,237,163).

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

The process color (four color CMYK) of #9beda3 color hex is 0.35, 0.00, 0.31, 0.07. Web safe color of #9beda3 is #99ff99. Color #9beda3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101101 10100011
Octal 233 355 243
Decimal 155 237 163
Hex 9B ED A3

RGB Percentages of Color #9beda3

%27.93
%42.70
%29.37

CMYK Percentages of Color #9beda3

%35
%0
%31
%7

Triadic Colors of #9beda3

#9beda3 #a39bed #eda39b

Analogous Colors of #9beda3

#9beda3 #9bedcc #bced9b

Monochromatic Colors of #9beda3

#9beda3

Complementary Color

#9beda3 #ed9be5

#9beda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beda3 Color CSS Codes

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

#9beda3 Text Font Color

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

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


#9beda3 Background Color

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

This div background color is #9beda3


#9beda3 Border Color

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

This div border color is #9beda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beda3


Comments

No comments written yet.

Please login to write comment.