Color Hex Logo

#85dbee Color Hex

#85DBEE
(133,219,238)
0 Favorites   0 Comments

Color spaces of #85dbee

RGB 133219238
HSL0.530.760.73
HSV191°44°93°
CMYK 0.440.080.00   0.07
XYZ50.437061.822690.1636
Yxy61.82260.24920.3054
Hunter Lab78.6273-23.0957-12.9499
CIE-Lab82.8190-21.1441-17.4332

#85dbee color RGB value is (133,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 11101110
Octal 205 333 356
Decimal 133 219 238
Hex 85 DB EE

RGB Percentages of Color #85dbee

%22.54
%37.12
%40.34

CMYK Percentages of Color #85dbee

%44
%8
%0
%7

Triadic Colors of #85dbee

#85dbee #ee85db #dbee85

Analogous Colors of #85dbee

#85dbee #85a7ee #85eecd

Monochromatic Colors of #85dbee

#85dbee

Complementary Color

#85dbee #ee9885

#85dbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dbee Color CSS Codes

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

#85dbee Text Font Color

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

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


#85dbee Background Color

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

This div background color is #85dbee


#85dbee Border Color

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

This div border color is #85dbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dbee


Comments

No comments written yet.

Please login to write comment.