Color Hex Logo

#85ccfa Color Hex

#85CCFA
(133,204,250)
0 Favorites   0 Comments

Color spaces of #85ccfa

RGB 133204250
HSL0.570.920.75
HSV204°47°98°
CMYK 0.470.180.00   0.02
XYZ48.521155.074498.5156
Yxy55.07440.24010.2725
Hunter Lab74.2121-13.1650-26.7582
CIE-Lab79.0841-10.2374-29.5013

#85ccfa color RGB value is (133,204,250).

#85ccfa hex color red value is 133, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #85ccfa hue: 0.57 , saturation: 0.92 and the lightness value of 85ccfa is 0.75.

The process color (four color CMYK) of #85ccfa color hex is 0.47, 0.18, 0.00, 0.02. Web safe color of #85ccfa is #99ccff. Color #85ccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001100 11111010
Octal 205 314 372
Decimal 133 204 250
Hex 85 CC FA

RGB Percentages of Color #85ccfa

%22.66
%34.75
%42.59

CMYK Percentages of Color #85ccfa

%47
%18
%0
%2

Triadic Colors of #85ccfa

#85ccfa #fa85cc #ccfa85

Analogous Colors of #85ccfa

#85ccfa #8592fa #85faee

Monochromatic Colors of #85ccfa

#85ccfa

Complementary Color

#85ccfa #fab385

#85ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ccfa Color CSS Codes

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

#85ccfa Text Font Color

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

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


#85ccfa Background Color

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

This div background color is #85ccfa


#85ccfa Border Color

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

This div border color is #85ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ccfa


Comments

No comments written yet.

Please login to write comment.