Color Hex Logo

#85bcca Color Hex

#85BCCA
(133,188,202)
0 Favorites   0 Comments

Color spaces of #85bcca

RGB 133188202
HSL0.530.390.66
HSV192°34°79°
CMYK 0.340.070.00   0.21
XYZ38.316845.217362.5854
Yxy45.21730.26220.3095
Hunter Lab67.2438-15.9640-8.1119
CIE-Lab73.0347-14.4073-12.7824

#85bcca color RGB value is (133,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111100 11001010
Octal 205 274 312
Decimal 133 188 202
Hex 85 BC CA

RGB Percentages of Color #85bcca

%25.43
%35.95
%38.62

CMYK Percentages of Color #85bcca

%34
%7
%0
%21

Triadic Colors of #85bcca

#85bcca #ca85bc #bcca85

Analogous Colors of #85bcca

#85bcca #859aca #85cab6

Monochromatic Colors of #85bcca

#85bcca

Complementary Color

#85bcca #ca9385

#85bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bcca Color CSS Codes

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

#85bcca Text Font Color

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

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


#85bcca Background Color

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

This div background color is #85bcca


#85bcca Border Color

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

This div border color is #85bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bcca


Comments

No comments written yet.

Please login to write comment.