Color Hex Logo

#85eceb Color Hex

#85ECEB
(133,236,235)
0 Favorites   0 Comments

Color spaces of #85eceb

RGB 133236235
HSL0.500.730.72
HSV179°44°93°
CMYK 0.440.000.00   0.07
XYZ54.663770.975689.4158
Yxy70.97560.25420.3300
Hunter Lab84.2470-31.6125-3.9547
CIE-Lab87.4732-30.1995-8.8881

#85eceb color RGB value is (133,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101100 11101011
Octal 205 354 353
Decimal 133 236 235
Hex 85 EC EB

RGB Percentages of Color #85eceb

%22.02
%39.07
%38.91

CMYK Percentages of Color #85eceb

%44
%0
%0
%7

Triadic Colors of #85eceb

#85eceb #eb85ec #eceb85

Analogous Colors of #85eceb

#85eceb #85baec #85ecb8

Monochromatic Colors of #85eceb

#85eceb

Complementary Color

#85eceb #ec8586

#85eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85eceb Color CSS Codes

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

#85eceb Text Font Color

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

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


#85eceb Background Color

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

This div background color is #85eceb


#85eceb Border Color

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

This div border color is #85eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85eceb


Comments

No comments written yet.

Please login to write comment.