Color Hex Logo

#85eecd Color Hex

#85EECD
(133,238,205)
0 Favorites   0 Comments

Color spaces of #85eecd

RGB 133238205
HSL0.450.760.73
HSV161°44°93°
CMYK 0.440.000.14   0.07
XYZ51.266870.543468.6718
Yxy70.54340.26910.3703
Hunter Lab83.9901-38.027910.3165
CIE-Lab87.2627-38.09016.5239

#85eecd color RGB value is (133,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101110 11001101
Octal 205 356 315
Decimal 133 238 205
Hex 85 EE CD

RGB Percentages of Color #85eecd

%23.09
%41.32
%35.59

CMYK Percentages of Color #85eecd

%44
%0
%14
%7

Triadic Colors of #85eecd

#85eecd #cd85ee #eecd85

Analogous Colors of #85eecd

#85eecd #85dbee #85ee99

Monochromatic Colors of #85eecd

#85eecd

Complementary Color

#85eecd #ee85a6

#85eecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85eecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85eecd Color CSS Codes

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

#85eecd Text Font Color

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

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


#85eecd Background Color

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

This div background color is #85eecd


#85eecd Border Color

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

This div border color is #85eecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85eecd


Comments

No comments written yet.

Please login to write comment.