Color Hex Logo

#85bbdc Color Hex

#85BBDC
(133,187,220)
0 Favorites   0 Comments

Color spaces of #85bbdc

RGB 133187220
HSL0.560.550.69
HSV203°40°86°
CMYK 0.400.150.00   0.14
XYZ40.361545.694574.4028
Yxy45.69450.25150.2848
Hunter Lab67.5977-11.7165-17.9404
CIE-Lab73.3469-9.2960-22.1133

#85bbdc color RGB value is (133,187,220).

#85bbdc hex color red value is 133, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #85bbdc hue: 0.56 , saturation: 0.55 and the lightness value of 85bbdc is 0.69.

The process color (four color CMYK) of #85bbdc color hex is 0.40, 0.15, 0.00, 0.14. Web safe color of #85bbdc is #99cccc. Color #85bbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111011 11011100
Octal 205 273 334
Decimal 133 187 220
Hex 85 BB DC

RGB Percentages of Color #85bbdc

%24.63
%34.63
%40.74

CMYK Percentages of Color #85bbdc

%40
%15
%0
%14

Triadic Colors of #85bbdc

#85bbdc #dc85bb #bbdc85

Analogous Colors of #85bbdc

#85bbdc #8590dc #85dcd2

Monochromatic Colors of #85bbdc

#85bbdc

Complementary Color

#85bbdc #dca685

#85bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bbdc Color CSS Codes

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

#85bbdc Text Font Color

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

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


#85bbdc Background Color

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

This div background color is #85bbdc


#85bbdc Border Color

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

This div border color is #85bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bbdc


Comments

No comments written yet.

Please login to write comment.