Color Hex Logo

#85eace Color Hex

#85EACE
(133,234,206)
0 Favorites   0 Comments

Color spaces of #85eace

RGB 133234206
HSL0.450.710.72
HSV163°43°92°
CMYK 0.430.000.12   0.08
XYZ50.236368.288468.9258
Yxy68.28840.26800.3643
Hunter Lab82.6368-36.10128.3931
CIE-Lab86.1505-36.04154.3950

#85eace color RGB value is (133,234,206).

#85eace hex color red value is 133, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #85eace hue: 0.45 , saturation: 0.71 and the lightness value of 85eace is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101010 11001110
Octal 205 352 316
Decimal 133 234 206
Hex 85 EA CE

RGB Percentages of Color #85eace

%23.21
%40.84
%35.95

CMYK Percentages of Color #85eace

%43
%0
%12
%8

Triadic Colors of #85eace

#85eace #ce85ea #eace85

Analogous Colors of #85eace

#85eace #85d4ea #85ea9c

Monochromatic Colors of #85eace

#85eace

Complementary Color

#85eace #ea85a1

#85eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#85eace Color CSS Codes

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

#85eace Text Font Color

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

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


#85eace Background Color

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

This div background color is #85eace


#85eace Border Color

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

This div border color is #85eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85eace

#85eace Color Palettes


Comments

No comments written yet.

Please login to write comment.