Color Hex Logo

#85dbdf Color Hex

#85DBDF
(133,219,223)
0 Favorites   0 Comments

Color spaces of #85dbdf

RGB 133219223
HSL0.510.580.70
HSV183°40°87°
CMYK 0.400.020.00   0.13
XYZ48.323760.977379.0349
Yxy60.97730.25660.3238
Hunter Lab78.0880-26.1916-5.3474
CIE-Lab82.3665-24.9284-10.1445

#85dbdf color RGB value is (133,219,223).

#85dbdf hex color red value is 133, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #85dbdf hue: 0.51 , saturation: 0.58 and the lightness value of 85dbdf is 0.70.

The process color (four color CMYK) of #85dbdf color hex is 0.40, 0.02, 0.00, 0.13. Web safe color of #85dbdf is #99cccc. Color #85dbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 11011111
Octal 205 333 337
Decimal 133 219 223
Hex 85 DB DF

RGB Percentages of Color #85dbdf

%23.13
%38.09
%38.78

CMYK Percentages of Color #85dbdf

%40
%2
%0
%13

Triadic Colors of #85dbdf

#85dbdf #df85db #dbdf85

Analogous Colors of #85dbdf

#85dbdf #85aedf #85dfb6

Monochromatic Colors of #85dbdf

#85dbdf

Complementary Color

#85dbdf #df8985

#85dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dbdf Color CSS Codes

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

#85dbdf Text Font Color

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

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


#85dbdf Background Color

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

This div background color is #85dbdf


#85dbdf Border Color

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

This div border color is #85dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dbdf


Comments

No comments written yet.

Please login to write comment.