Color Hex Logo

#85bbce Color Hex

#85BBCE
(133,187,206)
0 Favorites   0 Comments

Color spaces of #85bbce

RGB 133187206
HSL0.540.430.66
HSV196°35°81°
CMYK 0.350.090.00   0.19
XYZ38.583844.983465.0416
Yxy44.98340.25960.3027
Hunter Lab67.0697-14.6845-10.5484
CIE-Lab72.8810-12.8885-15.1951

#85bbce color RGB value is (133,187,206).

#85bbce hex color red value is 133, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #85bbce hue: 0.54 , saturation: 0.43 and the lightness value of 85bbce is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 11001110
Octal 205 273 316
Decimal 133 187 206
Hex 85 BB CE

RGB Percentages of Color #85bbce

%25.29
%35.55
%39.16

CMYK Percentages of Color #85bbce

%35
%9
%0
%19

Triadic Colors of #85bbce

#85bbce #ce85bb #bbce85

Analogous Colors of #85bbce

#85bbce #8597ce #85cebd

Monochromatic Colors of #85bbce

#85bbce

Complementary Color

#85bbce #ce9885

#85bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bbce Color CSS Codes

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

#85bbce Text Font Color

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

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


#85bbce Background Color

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

This div background color is #85bbce


#85bbce Border Color

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

This div border color is #85bbce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,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 #85bbce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bbce


Comments

No comments written yet.

Please login to write comment.