Color Hex Logo

#85fadb Color Hex

#85FADB
(133,250,219)
0 Favorites   0 Comments

Color spaces of #85fadb

RGB 133250219
HSL0.460.920.75
HSV164°47°98°
CMYK 0.470.000.12   0.02
XYZ56.644778.472279.1790
Yxy78.47220.26430.3662
Hunter Lab88.5845-40.88259.0143
CIE-Lab90.9949-40.41624.6229

#85fadb color RGB value is (133,250,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111010 11011011
Octal 205 372 333
Decimal 133 250 219
Hex 85 FA DB

RGB Percentages of Color #85fadb

%22.09
%41.53
%36.38

CMYK Percentages of Color #85fadb

%47
%0
%12
%2

Triadic Colors of #85fadb

#85fadb #db85fa #fadb85

Analogous Colors of #85fadb

#85fadb #85dffa #85faa1

Monochromatic Colors of #85fadb

#85fadb

Complementary Color

#85fadb #fa85a4

#85fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fadb Color CSS Codes

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

#85fadb Text Font Color

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

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


#85fadb Background Color

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

This div background color is #85fadb


#85fadb Border Color

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

This div border color is #85fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fadb


Comments

No comments written yet.

Please login to write comment.