Color Hex Logo

#85dff2 Color Hex

#85DFF2
(133,223,242)
0 Favorites   0 Comments

Color spaces of #85dff2

RGB 133223242
HSL0.530.810.74
HSV190°45°95°
CMYK 0.450.080.00   0.05
XYZ52.087664.172793.6457
Yxy64.17270.24810.3057
Hunter Lab80.1079-24.1248-13.2342
CIE-Lab84.0556-22.1059-17.6883

#85dff2 color RGB value is (133,223,242).

#85dff2 hex color red value is 133, green value is 223 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #85dff2 hue: 0.53 , saturation: 0.81 and the lightness value of 85dff2 is 0.74.

The process color (four color CMYK) of #85dff2 color hex is 0.45, 0.08, 0.00, 0.05. Web safe color of #85dff2 is #99ccff. Color #85dff2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011111 11110010
Octal 205 337 362
Decimal 133 223 242
Hex 85 DF F2

RGB Percentages of Color #85dff2

%22.24
%37.29
%40.47

CMYK Percentages of Color #85dff2

%45
%8
%0
%5

Triadic Colors of #85dff2

#85dff2 #f285df #dff285

Analogous Colors of #85dff2

#85dff2 #85a9f2 #85f2cf

Monochromatic Colors of #85dff2

#85dff2

Complementary Color

#85dff2 #f29885

#85dff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dff2 Color CSS Codes

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

#85dff2 Text Font Color

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

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


#85dff2 Background Color

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

This div background color is #85dff2


#85dff2 Border Color

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

This div border color is #85dff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dff2


Comments

No comments written yet.

Please login to write comment.