Color Hex Logo

#9beacc Color Hex

#9BEACC
(155,234,204)
0 Favorites   0 Comments

Color spaces of #9beacc

RGB 155234204
HSL0.440.650.76
HSV157°34°92°
CMYK 0.340.000.13   0.08
XYZ53.839570.173867.8340
Yxy70.17380.28060.3658
Hunter Lab83.7698-31.873810.6278
CIE-Lab87.0820-30.61406.9127

#9beacc color RGB value is (155,234,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101010 11001100
Octal 233 352 314
Decimal 155 234 204
Hex 9B EA CC

RGB Percentages of Color #9beacc

%26.14
%39.46
%34.40

CMYK Percentages of Color #9beacc

%34
%0
%13
%8

Triadic Colors of #9beacc

#9beacc #cc9bea #eacc9b

Analogous Colors of #9beacc

#9beacc #9be1ea #9beaa5

Monochromatic Colors of #9beacc

#9beacc

Complementary Color

#9beacc #ea9bb9

#9beacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beacc Color CSS Codes

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

#9beacc Text Font Color

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

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


#9beacc Background Color

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

This div background color is #9beacc


#9beacc Border Color

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

This div border color is #9beacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beacc


Comments

No comments written yet.

Please login to write comment.