Color Hex Logo

#9beecf Color Hex

#9BEECF
(155,238,207)
0 Favorites   0 Comments

Color spaces of #9beecf

RGB 155238207
HSL0.440.710.77
HSV158°35°93°
CMYK 0.350.000.13   0.07
XYZ55.354672.622670.1316
Yxy72.62260.27940.3666
Hunter Lab85.2189-33.187010.8600
CIE-Lab88.2674-31.87857.0493

#9beecf color RGB value is (155,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11101110 11001111
Octal 233 356 317
Decimal 155 238 207
Hex 9B EE CF

RGB Percentages of Color #9beecf

%25.83
%39.67
%34.50

CMYK Percentages of Color #9beecf

%35
%0
%13
%7

Triadic Colors of #9beecf

#9beecf #cf9bee #eecf9b

Analogous Colors of #9beecf

#9beecf #9be4ee #9beea6

Monochromatic Colors of #9beecf

#9beecf

Complementary Color

#9beecf #ee9bba

#9beecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9beecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9beecf Color CSS Codes

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

#9beecf Text Font Color

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

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


#9beecf Background Color

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

This div background color is #9beecf


#9beecf Border Color

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

This div border color is #9beecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,238,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 #9beecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9beecf


Comments

No comments written yet.

Please login to write comment.