Color Hex Logo

#85ddeb Color Hex

#85DDEB
(133,221,235)
0 Favorites   0 Comments

Color spaces of #85ddeb

RGB 133221235
HSL0.520.720.72
HSV188°43°92°
CMYK 0.430.060.00   0.08
XYZ50.524762.697688.0362
Yxy62.69760.25100.3115
Hunter Lab79.1818-24.6701-10.4927
CIE-Lab83.2830-22.9098-15.1442

#85ddeb color RGB value is (133,221,235).

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

The process color (four color CMYK) of #85ddeb color hex is 0.43, 0.06, 0.00, 0.08. Web safe color of #85ddeb is #99ccff. Color #85ddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011101 11101011
Octal 205 335 353
Decimal 133 221 235
Hex 85 DD EB

RGB Percentages of Color #85ddeb

%22.58
%37.52
%39.90

CMYK Percentages of Color #85ddeb

%43
%6
%0
%8

Triadic Colors of #85ddeb

#85ddeb #eb85dd #ddeb85

Analogous Colors of #85ddeb

#85ddeb #85aaeb #85ebc6

Monochromatic Colors of #85ddeb

#85ddeb

Complementary Color

#85ddeb #eb9385

#85ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ddeb Color CSS Codes

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

#85ddeb Text Font Color

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

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


#85ddeb Background Color

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

This div background color is #85ddeb


#85ddeb Border Color

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

This div border color is #85ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ddeb


Comments

No comments written yet.

Please login to write comment.