Color Hex Logo

#85ebdc Color Hex

#85EBDC
(133,235,220)
0 Favorites   0 Comments

Color spaces of #85ebdc

RGB 133235220
HSL0.480.720.72
HSV171°43°92°
CMYK 0.430.000.06   0.08
XYZ52.299569.570578.3821
Yxy69.57050.26120.3474
Hunter Lab83.4089-34.04162.6695
CIE-Lab86.7858-33.3197-2.0289

#85ebdc color RGB value is (133,235,220).

#85ebdc hex color red value is 133, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #85ebdc hue: 0.48 , saturation: 0.72 and the lightness value of 85ebdc is 0.72.

The process color (four color CMYK) of #85ebdc color hex is 0.43, 0.00, 0.06, 0.08. Web safe color of #85ebdc is #99ffcc. Color #85ebdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101011 11011100
Octal 205 353 334
Decimal 133 235 220
Hex 85 EB DC

RGB Percentages of Color #85ebdc

%22.62
%39.97
%37.41

CMYK Percentages of Color #85ebdc

%43
%0
%6
%8

Triadic Colors of #85ebdc

#85ebdc #dc85eb #ebdc85

Analogous Colors of #85ebdc

#85ebdc #85c7eb #85eba9

Monochromatic Colors of #85ebdc

#85ebdc

Complementary Color

#85ebdc #eb8594

#85ebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ebdc Color CSS Codes

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

#85ebdc Text Font Color

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

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


#85ebdc Background Color

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

This div background color is #85ebdc


#85ebdc Border Color

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

This div border color is #85ebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ebdc


Comments

No comments written yet.

Please login to write comment.