Color Hex Logo

#85bccf Color Hex

#85BCCF
(133,188,207)
0 Favorites   0 Comments

Color spaces of #85bccf

RGB 133188207
HSL0.540.440.67
HSV195°36°81°
CMYK 0.360.090.00   0.19
XYZ38.918645.458065.7545
Yxy45.45800.25920.3028
Hunter Lab67.4225-14.9532-10.6274
CIE-Lab73.1925-13.1633-15.2712

#85bccf color RGB value is (133,188,207).

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

The process color (four color CMYK) of #85bccf color hex is 0.36, 0.09, 0.00, 0.19. Web safe color of #85bccf is #99cccc. Color #85bccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111100 11001111
Octal 205 274 317
Decimal 133 188 207
Hex 85 BC CF

RGB Percentages of Color #85bccf

%25.19
%35.61
%39.20

CMYK Percentages of Color #85bccf

%36
%9
%0
%19

Triadic Colors of #85bccf

#85bccf #cf85bc #bccf85

Analogous Colors of #85bccf

#85bccf #8597cf #85cfbd

Monochromatic Colors of #85bccf

#85bccf

Complementary Color

#85bccf #cf9885

#85bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bccf Color CSS Codes

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

#85bccf Text Font Color

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

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


#85bccf Background Color

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

This div background color is #85bccf


#85bccf Border Color

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

This div border color is #85bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bccf


Comments

No comments written yet.

Please login to write comment.