Color Hex Logo

#85ecce Color Hex

#85ECCE
(133,236,206)
0 Favorites   0 Comments

Color spaces of #85ecce

RGB 133236206
HSL0.450.730.72
HSV163°44°93°
CMYK 0.440.000.13   0.07
XYZ50.808969.433769.1167
Yxy69.43370.26830.3667
Hunter Lab83.3269-36.98109.1499
CIE-Lab86.7184-36.95935.2158

#85ecce color RGB value is (133,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101100 11001110
Octal 205 354 316
Decimal 133 236 206
Hex 85 EC CE

RGB Percentages of Color #85ecce

%23.13
%41.04
%35.83

CMYK Percentages of Color #85ecce

%44
%0
%13
%7

Triadic Colors of #85ecce

#85ecce #ce85ec #ecce85

Analogous Colors of #85ecce

#85ecce #85d7ec #85ec9b

Monochromatic Colors of #85ecce

#85ecce

Complementary Color

#85ecce #ec85a3

#85ecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ecce Color CSS Codes

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

#85ecce Text Font Color

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

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


#85ecce Background Color

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

This div background color is #85ecce


#85ecce Border Color

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

This div border color is #85ecce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,236,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 #85ecce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ecce


Comments

No comments written yet.

Please login to write comment.