Color Hex Logo

#85dbdc Color Hex

#85DBDC
(133,219,220)
0 Favorites   0 Comments

Color spaces of #85dbdc

RGB 133219220
HSL0.500.550.69
HSV181°40°86°
CMYK 0.400.000.00   0.14
XYZ47.922760.816976.9232
Yxy60.81690.25810.3276
Hunter Lab77.9852-26.7840-3.8930
CIE-Lab82.2802-25.6632-8.6781

#85dbdc color RGB value is (133,219,220).

#85dbdc hex color red value is 133, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #85dbdc hue: 0.50 , saturation: 0.55 and the lightness value of 85dbdc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011011 11011100
Octal 205 333 334
Decimal 133 219 220
Hex 85 DB DC

RGB Percentages of Color #85dbdc

%23.25
%38.29
%38.46

CMYK Percentages of Color #85dbdc

%40
%0
%0
%14

Triadic Colors of #85dbdc

#85dbdc #dc85db #dbdc85

Analogous Colors of #85dbdc

#85dbdc #85b0dc #85dcb2

Monochromatic Colors of #85dbdc

#85dbdc

Complementary Color

#85dbdc #dc8685

#85dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dbdc Color CSS Codes

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

#85dbdc Text Font Color

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

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


#85dbdc Background Color

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

This div background color is #85dbdc


#85dbdc Border Color

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

This div border color is #85dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dbdc


Comments

No comments written yet.

Please login to write comment.