Color Hex Logo

#85cffa Color Hex

#85CFFA
(133,207,250)
0 Favorites   0 Comments

Color spaces of #85cffa

RGB 133207250
HSL0.560.920.75
HSV202°47°98°
CMYK 0.470.170.00   0.02
XYZ49.241056.514398.7556
Yxy56.51430.24080.2763
Hunter Lab75.1760-14.6388-25.2636
CIE-Lab79.9056-11.8118-28.2418

#85cffa color RGB value is (133,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001111 11111010
Octal 205 317 372
Decimal 133 207 250
Hex 85 CF FA

RGB Percentages of Color #85cffa

%22.54
%35.08
%42.37

CMYK Percentages of Color #85cffa

%47
%17
%0
%2

Triadic Colors of #85cffa

#85cffa #fa85cf #cffa85

Analogous Colors of #85cffa

#85cffa #8595fa #85faeb

Monochromatic Colors of #85cffa

#85cffa

Complementary Color

#85cffa #fab085

#85cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cffa Color CSS Codes

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

#85cffa Text Font Color

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

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


#85cffa Background Color

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

This div background color is #85cffa


#85cffa Border Color

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

This div border color is #85cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cffa

Related Colors


Comments

No comments written yet.

Please login to write comment.