Color Hex Logo

#85fdce Color Hex

#85FDCE
(133,253,206)
0 Favorites   0 Comments

Color spaces of #85fdce

RGB 133253206
HSL0.430.970.76
HSV157°47°99°
CMYK 0.470.000.19   0.01
XYZ55.938779.693370.8266
Yxy79.69330.27090.3860
Hunter Lab89.2711-44.373515.4498
CIE-Lab91.5471-44.551512.1352

#85fdce color RGB value is (133,253,206).

#85fdce hex color red value is 133, green value is 253 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #85fdce hue: 0.43 , saturation: 0.97 and the lightness value of 85fdce is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111101 11001110
Octal 205 375 316
Decimal 133 253 206
Hex 85 FD CE

RGB Percentages of Color #85fdce

%22.47
%42.74
%34.80

CMYK Percentages of Color #85fdce

%47
%0
%19
%1

Triadic Colors of #85fdce

#85fdce #ce85fd #fdce85

Analogous Colors of #85fdce

#85fdce #85f0fd #85fd92

Monochromatic Colors of #85fdce

#85fdce

Complementary Color

#85fdce #fd85b4

#85fdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fdce Color CSS Codes

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

#85fdce Text Font Color

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

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


#85fdce Background Color

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

This div background color is #85fdce


#85fdce Border Color

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

This div border color is #85fdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fdce


Comments

No comments written yet.

Please login to write comment.