Color Hex Logo

#85becd Color Hex

#85BECD
(133,190,205)
0 Favorites   0 Comments

Color spaces of #85becd

RGB 133190205
HSL0.530.420.66
HSV193°35°80°
CMYK 0.350.070.00   0.20
XYZ39.105846.221264.6181
Yxy46.22120.26080.3083
Hunter Lab67.9862-16.3022-8.7624
CIE-Lab73.6888-14.7086-13.4358

#85becd color RGB value is (133,190,205).

#85becd hex color red value is 133, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #85becd hue: 0.53 , saturation: 0.42 and the lightness value of 85becd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111110 11001101
Octal 205 276 315
Decimal 133 190 205
Hex 85 BE CD

RGB Percentages of Color #85becd

%25.19
%35.98
%38.83

CMYK Percentages of Color #85becd

%35
%7
%0
%20

Triadic Colors of #85becd

#85becd #cd85be #becd85

Analogous Colors of #85becd

#85becd #859acd #85cdb8

Monochromatic Colors of #85becd

#85becd

Complementary Color

#85becd #cd9485

#85becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85becd Color CSS Codes

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

#85becd Text Font Color

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

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


#85becd Background Color

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

This div background color is #85becd


#85becd Border Color

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

This div border color is #85becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85becd


Comments

No comments written yet.

Please login to write comment.