Color Hex Logo

#85fded Color Hex

#85FDED
(133,253,237)
0 Favorites   0 Comments

Color spaces of #85fded

RGB 133253237
HSL0.480.970.76
HSV172°47°99°
CMYK 0.470.000.06   0.01
XYZ60.084281.351592.6564
Yxy81.35150.25670.3475
Hunter Lab90.1951-38.93212.2286
CIE-Lab92.2879-37.6395-2.8226

#85fded color RGB value is (133,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111101 11101101
Octal 205 375 355
Decimal 133 253 237
Hex 85 FD ED

RGB Percentages of Color #85fded

%21.35
%40.61
%38.04

CMYK Percentages of Color #85fded

%47
%0
%6
%1

Triadic Colors of #85fded

#85fded #ed85fd #fded85

Analogous Colors of #85fded

#85fded #85d1fd #85fdb1

Monochromatic Colors of #85fded

#85fded

Complementary Color

#85fded #fd8595

#85fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fded Color CSS Codes

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

#85fded Text Font Color

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

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


#85fded Background Color

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

This div background color is #85fded


#85fded Border Color

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

This div border color is #85fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fded


Comments

No comments written yet.

Please login to write comment.