Color Hex Logo

#85faca Color Hex

#85FACA
(133,250,202)
0 Favorites   0 Comments

Color spaces of #85faca

RGB 133250202
HSL0.430.920.75
HSV155°47°98°
CMYK 0.470.000.19   0.02
XYZ54.519177.622067.9862
Yxy77.62200.27240.3879
Hunter Lab88.1033-43.723515.9204
CIE-Lab90.6071-44.075012.8628

#85faca color RGB value is (133,250,202).

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

The process color (four color CMYK) of #85faca color hex is 0.47, 0.00, 0.19, 0.02. Web safe color of #85faca is #99ffcc. Color #85faca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111010 11001010
Octal 205 372 312
Decimal 133 250 202
Hex 85 FA CA

RGB Percentages of Color #85faca

%22.74
%42.74
%34.53

CMYK Percentages of Color #85faca

%47
%0
%19
%2

Triadic Colors of #85faca

#85faca #ca85fa #faca85

Analogous Colors of #85faca

#85faca #85f0fa #85fa90

Monochromatic Colors of #85faca

#85faca

Complementary Color

#85faca #fa85b5

#85faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#85faca Color CSS Codes

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

#85faca Text Font Color

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

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


#85faca Background Color

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

This div background color is #85faca


#85faca Border Color

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

This div border color is #85faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85faca


Comments

No comments written yet.

Please login to write comment.