Color Hex Logo

#85dadc Color Hex

#85DADC
(133,218,220)
0 Favorites   0 Comments

Color spaces of #85dadc

RGB 133218220
HSL0.500.550.69
HSV181°40°86°
CMYK 0.400.010.00   0.14
XYZ47.662560.296776.8365
Yxy60.29670.25790.3263
Hunter Lab77.6509-26.3251-4.3125
CIE-Lab81.9992-25.1735-9.0957

#85dadc color RGB value is (133,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011010 11011100
Octal 205 332 334
Decimal 133 218 220
Hex 85 DA DC

RGB Percentages of Color #85dadc

%23.29
%38.18
%38.53

CMYK Percentages of Color #85dadc

%40
%1
%0
%14

Triadic Colors of #85dadc

#85dadc #dc85da #dadc85

Analogous Colors of #85dadc

#85dadc #85afdc #85dcb3

Monochromatic Colors of #85dadc

#85dadc

Complementary Color

#85dadc #dc8785

#85dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dadc Color CSS Codes

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

#85dadc Text Font Color

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

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


#85dadc Background Color

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

This div background color is #85dadc


#85dadc Border Color

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

This div border color is #85dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dadc


Comments

No comments written yet.

Please login to write comment.