Color Hex Logo

#85f3d3 Color Hex

#85F3D3
(133,243,211)
0 Favorites   0 Comments

Color spaces of #85f3d3

RGB 133243211
HSL0.450.820.74
HSV163°45°95°
CMYK 0.450.000.13   0.05
XYZ53.481373.790973.0523
Yxy73.79090.26700.3684
Hunter Lab85.9016-39.19599.7099
CIE-Lab88.8236-39.04015.6430

#85f3d3 color RGB value is (133,243,211).

#85f3d3 hex color red value is 133, green value is 243 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #85f3d3 hue: 0.45 , saturation: 0.82 and the lightness value of 85f3d3 is 0.74.

The process color (four color CMYK) of #85f3d3 color hex is 0.45, 0.00, 0.13, 0.05. Web safe color of #85f3d3 is #99ffcc. Color #85f3d3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11110011 11010011
Octal 205 363 323
Decimal 133 243 211
Hex 85 F3 D3

RGB Percentages of Color #85f3d3

%22.66
%41.40
%35.95

CMYK Percentages of Color #85f3d3

%45
%0
%13
%5

Triadic Colors of #85f3d3

#85f3d3 #d385f3 #f3d385

Analogous Colors of #85f3d3

#85f3d3 #85dcf3 #85f39c

Monochromatic Colors of #85f3d3

#85f3d3

Complementary Color

#85f3d3 #f385a5

#85f3d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85f3d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85f3d3 Color CSS Codes

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

#85f3d3 Text Font Color

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

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


#85f3d3 Background Color

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

This div background color is #85f3d3


#85f3d3 Border Color

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

This div border color is #85f3d3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85f3d3


Comments

No comments written yet.

Please login to write comment.