Color Hex Logo

#85edcd Color Hex

#85EDCD
(133,237,205)
0 Favorites   0 Comments

Color spaces of #85edcd

RGB 133237205
HSL0.450.740.73
HSV162°44°93°
CMYK 0.440.000.14   0.07
XYZ50.976569.962768.5750
Yxy69.96270.26900.3692
Hunter Lab83.6437-37.59009.9419
CIE-Lab86.9786-37.63516.1146

#85edcd color RGB value is (133,237,205).

#85edcd hex color red value is 133, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #85edcd hue: 0.45 , saturation: 0.74 and the lightness value of 85edcd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101101 11001101
Octal 205 355 315
Decimal 133 237 205
Hex 85 ED CD

RGB Percentages of Color #85edcd

%23.13
%41.22
%35.65

CMYK Percentages of Color #85edcd

%44
%0
%14
%7

Triadic Colors of #85edcd

#85edcd #cd85ed #edcd85

Analogous Colors of #85edcd

#85edcd #85d9ed #85ed99

Monochromatic Colors of #85edcd

#85edcd

Complementary Color

#85edcd #ed85a5

#85edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85edcd Color CSS Codes

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

#85edcd Text Font Color

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

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


#85edcd Background Color

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

This div background color is #85edcd


#85edcd Border Color

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

This div border color is #85edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85edcd


Comments

No comments written yet.

Please login to write comment.