Color Hex Logo

#85bccb Color Hex

#85BCCB
(133,188,203)
0 Favorites   0 Comments

Color spaces of #85bccb

RGB 133188203
HSL0.540.400.66
HSV193°34°80°
CMYK 0.340.070.00   0.20
XYZ38.435645.264863.2111
Yxy45.26480.26160.3081
Hunter Lab67.2791-15.7640-8.6097
CIE-Lab73.0659-14.1603-13.2810

#85bccb color RGB value is (133,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111100 11001011
Octal 205 274 313
Decimal 133 188 203
Hex 85 BC CB

RGB Percentages of Color #85bccb

%25.38
%35.88
%38.74

CMYK Percentages of Color #85bccb

%34
%7
%0
%20

Triadic Colors of #85bccb

#85bccb #cb85bc #bccb85

Analogous Colors of #85bccb

#85bccb #8599cb #85cbb7

Monochromatic Colors of #85bccb

#85bccb

Complementary Color

#85bccb #cb9485

#85bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bccb Color CSS Codes

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

#85bccb Text Font Color

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

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


#85bccb Background Color

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

This div background color is #85bccb


#85bccb Border Color

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

This div border color is #85bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bccb


Comments

No comments written yet.

Please login to write comment.