Color Hex Logo

#85ddfa Color Hex

#85DDFA
(133,221,250)
0 Favorites   0 Comments

Color spaces of #85ddfa

RGB 133221250
HSL0.540.920.75
HSV195°47°98°
CMYK 0.470.120.00   0.02
XYZ52.784663.601699.9368
Yxy63.60160.24400.2940
Hunter Lab79.7506-21.4196-18.4718
CIE-Lab83.7579-19.0057-22.3688

#85ddfa color RGB value is (133,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011101 11111010
Octal 205 335 372
Decimal 133 221 250
Hex 85 DD FA

RGB Percentages of Color #85ddfa

%22.02
%36.59
%41.39

CMYK Percentages of Color #85ddfa

%47
%12
%0
%2

Triadic Colors of #85ddfa

#85ddfa #fa85dd #ddfa85

Analogous Colors of #85ddfa

#85ddfa #85a3fa #85fadd

Monochromatic Colors of #85ddfa

#85ddfa

Complementary Color

#85ddfa #faa285

#85ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ddfa Color CSS Codes

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

#85ddfa Text Font Color

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

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


#85ddfa Background Color

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

This div background color is #85ddfa


#85ddfa Border Color

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

This div border color is #85ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ddfa


Comments

No comments written yet.

Please login to write comment.