Color Hex Logo

#85dccd Color Hex

#85DCCD
(133,220,205)
0 Favorites   0 Comments

Color spaces of #85dccd

RGB 133220205
HSL0.470.550.69
HSV170°40°86°
CMYK 0.400.000.07   0.14
XYZ46.285560.580767.0114
Yxy60.58070.26620.3484
Hunter Lab77.8336-30.05983.4374
CIE-Lab82.1528-29.6986-0.8926

#85dccd color RGB value is (133,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011100 11001101
Octal 205 334 315
Decimal 133 220 205
Hex 85 DC CD

RGB Percentages of Color #85dccd

%23.84
%39.43
%36.74

CMYK Percentages of Color #85dccd

%40
%0
%7
%14

Triadic Colors of #85dccd

#85dccd #cd85dc #dccd85

Analogous Colors of #85dccd

#85dccd #85c0dc #85dca2

Monochromatic Colors of #85dccd

#85dccd

Complementary Color

#85dccd #dc8594

#85dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85dccd Color CSS Codes

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

#85dccd Text Font Color

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

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


#85dccd Background Color

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

This div background color is #85dccd


#85dccd Border Color

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

This div border color is #85dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85dccd


Comments

No comments written yet.

Please login to write comment.