Color Hex Logo

#85bddc Color Hex

#85BDDC
(133,189,220)
0 Favorites   0 Comments

Color spaces of #85bddc

RGB 133189220
HSL0.560.550.69
HSV201°40°86°
CMYK 0.400.140.00   0.14
XYZ40.788746.549074.5452
Yxy46.54900.25200.2875
Hunter Lab68.2268-12.6826-17.0220
CIE-Lab73.9004-10.3605-21.2713

#85bddc color RGB value is (133,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111101 11011100
Octal 205 275 334
Decimal 133 189 220
Hex 85 BD DC

RGB Percentages of Color #85bddc

%24.54
%34.87
%40.59

CMYK Percentages of Color #85bddc

%40
%14
%0
%14

Triadic Colors of #85bddc

#85bddc #dc85bd #bddc85

Analogous Colors of #85bddc

#85bddc #8592dc #85dcd0

Monochromatic Colors of #85bddc

#85bddc

Complementary Color

#85bddc #dca485

#85bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bddc Color CSS Codes

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

#85bddc Text Font Color

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

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


#85bddc Background Color

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

This div background color is #85bddc


#85bddc Border Color

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

This div border color is #85bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bddc


Comments

No comments written yet.

Please login to write comment.