Color Hex Logo

#85dbeb Color Hex

#85DBEB
(133,219,235)
0 Favorites   0 Comments

Color spaces of #85dbeb

RGB 133219235
HSL0.530.720.72
HSV189°43°92°
CMYK 0.430.070.00   0.08
XYZ49.999861.647787.8612
Yxy61.64770.25060.3090
Hunter Lab78.5160-23.7325-11.3856
CIE-Lab82.7257-21.9151-15.9815

#85dbeb color RGB value is (133,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 11101011
Octal 205 333 353
Decimal 133 219 235
Hex 85 DB EB

RGB Percentages of Color #85dbeb

%22.66
%37.31
%40.03

CMYK Percentages of Color #85dbeb

%43
%7
%0
%8

Triadic Colors of #85dbeb

#85dbeb #eb85db #dbeb85

Analogous Colors of #85dbeb

#85dbeb #85a8eb #85ebc8

Monochromatic Colors of #85dbeb

#85dbeb

Complementary Color

#85dbeb #eb9585

#85dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dbeb Color CSS Codes

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

#85dbeb Text Font Color

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

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


#85dbeb Background Color

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

This div background color is #85dbeb


#85dbeb Border Color

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

This div border color is #85dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dbeb


Comments

No comments written yet.

Please login to write comment.