Color Hex Logo

#85bfca Color Hex

#85BFCA
(133,191,202)
0 Favorites   0 Comments

Color spaces of #85bfca

RGB 133191202
HSL0.530.390.66
HSV190°34°79°
CMYK 0.340.050.00   0.21
XYZ38.964346.512462.8013
Yxy46.51240.26280.3137
Hunter Lab68.2000-17.3687-6.8566
CIE-Lab73.8768-15.9678-11.5216

#85bfca color RGB value is (133,191,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111111 11001010
Octal 205 277 312
Decimal 133 191 202
Hex 85 BF CA

RGB Percentages of Color #85bfca

%25.29
%36.31
%38.40

CMYK Percentages of Color #85bfca

%34
%5
%0
%21

Triadic Colors of #85bfca

#85bfca #ca85bf #bfca85

Analogous Colors of #85bfca

#85bfca #859dca #85cab3

Monochromatic Colors of #85bfca

#85bfca

Complementary Color

#85bfca #ca9085

#85bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bfca Color CSS Codes

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

#85bfca Text Font Color

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

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


#85bfca Background Color

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

This div background color is #85bfca


#85bfca Border Color

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

This div border color is #85bfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bfca


Comments

No comments written yet.

Please login to write comment.