Color Hex Logo

#85dcfa Color Hex

#85DCFA
(133,220,250)
0 Favorites   0 Comments

Color spaces of #85dcfa

RGB 133220250
HSL0.540.920.75
HSV195°47°98°
CMYK 0.470.120.00   0.02
XYZ52.521463.075199.8490
Yxy63.07510.24380.2928
Hunter Lab79.4198-20.9403-18.9473
CIE-Lab83.4819-18.5001-22.7878

#85dcfa color RGB value is (133,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011100 11111010
Octal 205 334 372
Decimal 133 220 250
Hex 85 DC FA

RGB Percentages of Color #85dcfa

%22.06
%36.48
%41.46

CMYK Percentages of Color #85dcfa

%47
%12
%0
%2

Triadic Colors of #85dcfa

#85dcfa #fa85dc #dcfa85

Analogous Colors of #85dcfa

#85dcfa #85a2fa #85fade

Monochromatic Colors of #85dcfa

#85dcfa

Complementary Color

#85dcfa #faa385

#85dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dcfa Color CSS Codes

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

#85dcfa Text Font Color

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

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


#85dcfa Background Color

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

This div background color is #85dcfa


#85dcfa Border Color

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

This div border color is #85dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dcfa


Comments

No comments written yet.

Please login to write comment.