Color Hex Logo

#9beacf Color Hex

#9BEACF
(155,234,207)
0 Favorites   0 Comments

Color spaces of #9beacf

RGB 155234207
HSL0.440.650.76
HSV159°34°92°
CMYK 0.340.000.12   0.08
XYZ54.202970.319269.7477
Yxy70.31920.27900.3620
Hunter Lab83.8565-31.37079.3851
CIE-Lab87.1532-29.99205.4440

#9beacf color RGB value is (155,234,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101010 11001111
Octal 233 352 317
Decimal 155 234 207
Hex 9B EA CF

RGB Percentages of Color #9beacf

%26.01
%39.26
%34.73

CMYK Percentages of Color #9beacf

%34
%0
%12
%8

Triadic Colors of #9beacf

#9beacf #cf9bea #eacf9b

Analogous Colors of #9beacf

#9beacf #9bdeea #9beaa8

Monochromatic Colors of #9beacf

#9beacf

Complementary Color

#9beacf #ea9bb6

#9beacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beacf Color CSS Codes

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

#9beacf Text Font Color

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

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


#9beacf Background Color

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

This div background color is #9beacf


#9beacf Border Color

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

This div border color is #9beacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beacf


Comments

No comments written yet.

Please login to write comment.