Color Hex Logo

#99bbce Color Hex

#99BBCE
(153,187,206)
0 Favorites   0 Comments

Color spaces of #99bbce

RGB 153187206
HSL0.560.350.70
HSV202°26°81°
CMYK 0.260.090.00   0.19
XYZ42.047846.769265.2037
Yxy46.76920.27300.3037
Hunter Lab68.3880-9.9298-8.6577
CIE-Lab74.0419-7.1292-13.3333

#99bbce color RGB value is (153,187,206).

#99bbce hex color red value is 153, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #99bbce hue: 0.56 , saturation: 0.35 and the lightness value of 99bbce is 0.70.

The process color (four color CMYK) of #99bbce color hex is 0.26, 0.09, 0.00, 0.19. Web safe color of #99bbce is #99cccc. Color #99bbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111011 11001110
Octal 231 273 316
Decimal 153 187 206
Hex 99 BB CE

RGB Percentages of Color #99bbce

%28.02
%34.25
%37.73

CMYK Percentages of Color #99bbce

%26
%9
%0
%19

Triadic Colors of #99bbce

#99bbce #ce99bb #bbce99

Analogous Colors of #99bbce

#99bbce #99a1ce #99cec7

Monochromatic Colors of #99bbce

#99bbce

Complementary Color

#99bbce #ceac99

#99bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bbce Color CSS Codes

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

#99bbce Text Font Color

<p style="color:#99bbce">Text here</p>

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


#99bbce Background Color

<div style="background-color:#99bbce">
Div content here</div>

This div background color is #99bbce


#99bbce Border Color

<div style="border:3px solid #99bbce">
Div here</div>

This div border color is #99bbce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,187,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99bbce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99bbce;
  -webkit-box-shadow: 1px 1px 3px 2px #99bbce;
  box-shadow:         1px 1px 3px 2px #99bbce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,187,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bbce


Comments

No comments written yet.

Please login to write comment.