Color Hex Logo

#85fdcf Color Hex

#85FDCF
(133,253,207)
0 Favorites   0 Comments

Color spaces of #85fdcf

RGB 133253207
HSL0.440.970.76
HSV157°47°99°
CMYK 0.470.000.18   0.01
XYZ56.060679.742171.4685
Yxy79.74210.27050.3847
Hunter Lab89.2984-44.211915.0571
CIE-Lab91.5690-44.341911.6511

#85fdcf color RGB value is (133,253,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111101 11001111
Octal 205 375 317
Decimal 133 253 207
Hex 85 FD CF

RGB Percentages of Color #85fdcf

%22.43
%42.66
%34.91

CMYK Percentages of Color #85fdcf

%47
%0
%18
%1

Triadic Colors of #85fdcf

#85fdcf #cf85fd #fdcf85

Analogous Colors of #85fdcf

#85fdcf #85effd #85fd93

Monochromatic Colors of #85fdcf

#85fdcf

Complementary Color

#85fdcf #fd85b3

#85fdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fdcf Color CSS Codes

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

#85fdcf Text Font Color

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

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


#85fdcf Background Color

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

This div background color is #85fdcf


#85fdcf Border Color

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

This div border color is #85fdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fdcf

#85fdcf Color Palettes


Comments

No comments written yet.

Please login to write comment.