Color Hex Logo

#85fedf Color Hex

#85FEDF
(133,254,223)
0 Favorites   0 Comments

Color spaces of #85fedf

RGB 133254223
HSL0.460.980.76
HSV165°48°100°
CMYK 0.480.000.12   0.00
XYZ58.434081.197982.4050
Yxy81.19790.26320.3657
Hunter Lab90.1099-41.93958.8565
CIE-Lab92.2197-41.31074.3243

#85fedf color RGB value is (133,254,223).

#85fedf hex color red value is 133, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #85fedf hue: 0.46 , saturation: 0.98 and the lightness value of 85fedf is 0.76.

The process color (four color CMYK) of #85fedf color hex is 0.48, 0.00, 0.12, 0.00. Web safe color of #85fedf is #99ffcc. Color #85fedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111110 11011111
Octal 205 376 337
Decimal 133 254 223
Hex 85 FE DF

RGB Percentages of Color #85fedf

%21.80
%41.64
%36.56

CMYK Percentages of Color #85fedf

%48
%0
%12
%0

Triadic Colors of #85fedf

#85fedf #df85fe #fedf85

Analogous Colors of #85fedf

#85fedf #85e1fe #85fea3

Monochromatic Colors of #85fedf

#85fedf

Complementary Color

#85fedf #fe85a4

#85fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fedf Color CSS Codes

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

#85fedf Text Font Color

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

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


#85fedf Background Color

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

This div background color is #85fedf


#85fedf Border Color

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

This div border color is #85fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fedf


Comments

No comments written yet.

Please login to write comment.