Color Hex Logo

#85f6dc Color Hex

#85F6DC
(133,246,220)
0 Favorites   0 Comments

Color spaces of #85f6dc

RGB 133246220
HSL0.460.860.74
HSV166°46°96°
CMYK 0.460.000.11   0.04
XYZ55.546976.065479.4646
Yxy76.06540.26320.3604
Hunter Lab87.2155-38.94177.0300
CIE-Lab89.8897-38.38822.5013

#85f6dc color RGB value is (133,246,220).

#85f6dc hex color red value is 133, green value is 246 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #85f6dc hue: 0.46 , saturation: 0.86 and the lightness value of 85f6dc is 0.74.

The process color (four color CMYK) of #85f6dc color hex is 0.46, 0.00, 0.11, 0.04. Web safe color of #85f6dc is #99ffcc. Color #85f6dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11110110 11011100
Octal 205 366 334
Decimal 133 246 220
Hex 85 F6 DC

RGB Percentages of Color #85f6dc

%22.20
%41.07
%36.73

CMYK Percentages of Color #85f6dc

%46
%0
%11
%4

Triadic Colors of #85f6dc

#85f6dc #dc85f6 #f6dc85

Analogous Colors of #85f6dc

#85f6dc #85d8f6 #85f6a4

Monochromatic Colors of #85f6dc

#85f6dc

Complementary Color

#85f6dc #f6859f

#85f6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85f6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85f6dc Color CSS Codes

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

#85f6dc Text Font Color

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

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


#85f6dc Background Color

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

This div background color is #85f6dc


#85f6dc Border Color

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

This div border color is #85f6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85f6dc


Comments

No comments written yet.

Please login to write comment.