Color Hex Logo

#85dcec Color Hex

#85DCEC
(133,220,236)
0 Favorites   0 Comments

Color spaces of #85dcec

RGB 133220236
HSL0.530.730.72
HSV189°44°93°
CMYK 0.440.070.00   0.07
XYZ50.406462.229188.7116
Yxy62.22910.25030.3091
Hunter Lab78.8854-23.9911-11.4555
CIE-Lab83.0351-22.1575-16.0469

#85dcec color RGB value is (133,220,236).

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

The process color (four color CMYK) of #85dcec color hex is 0.44, 0.07, 0.00, 0.07. Web safe color of #85dcec is #99ccff. Color #85dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011100 11101100
Octal 205 334 354
Decimal 133 220 236
Hex 85 DC EC

RGB Percentages of Color #85dcec

%22.58
%37.35
%40.07

CMYK Percentages of Color #85dcec

%44
%7
%0
%7

Triadic Colors of #85dcec

#85dcec #ec85dc #dcec85

Analogous Colors of #85dcec

#85dcec #85a9ec #85ecc9

Monochromatic Colors of #85dcec

#85dcec

Complementary Color

#85dcec #ec9585

#85dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dcec Color CSS Codes

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

#85dcec Text Font Color

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

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


#85dcec Background Color

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

This div background color is #85dcec


#85dcec Border Color

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

This div border color is #85dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dcec

#85dcec Color Palettes


Comments

No comments written yet.

Please login to write comment.