Color Hex Logo

#85ffcd Color Hex

#85FFCD
(133,255,205)
0 Favorites   0 Comments

Color spaces of #85ffcd

RGB 133255205
HSL0.431.000.76
HSV155°48°100°
CMYK 0.480.000.20   0.00
XYZ56.452380.914370.4003
Yxy80.91430.27170.3894
Hunter Lab89.9524-45.393716.5640
CIE-Lab92.0935-45.628513.4258

#85ffcd color RGB value is (133,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111111 11001101
Octal 205 377 315
Decimal 133 255 205
Hex 85 FF CD

RGB Percentages of Color #85ffcd

%22.43
%43.00
%34.57

CMYK Percentages of Color #85ffcd

%48
%0
%20
%0

Triadic Colors of #85ffcd

#85ffcd #cd85ff #ffcd85

Analogous Colors of #85ffcd

#85ffcd #85f4ff #85ff90

Monochromatic Colors of #85ffcd

#85ffcd

Complementary Color

#85ffcd #ff85b7

#85ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ffcd Color CSS Codes

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

#85ffcd Text Font Color

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

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


#85ffcd Background Color

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

This div background color is #85ffcd


#85ffcd Border Color

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

This div border color is #85ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.