Color Hex Logo

#85ebcf Color Hex

#85EBCF
(133,235,207)
0 Favorites   0 Comments

Color spaces of #85ebcf

RGB 133235207
HSL0.450.720.72
HSV164°43°92°
CMYK 0.430.000.12   0.08
XYZ50.643768.908269.6629
Yxy68.90820.26770.3642
Hunter Lab83.0110-36.36918.3514
CIE-Lab86.4586-36.27974.3163

#85ebcf color RGB value is (133,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101011 11001111
Octal 205 353 317
Decimal 133 235 207
Hex 85 EB CF

RGB Percentages of Color #85ebcf

%23.13
%40.87
%36.00

CMYK Percentages of Color #85ebcf

%43
%0
%12
%8

Triadic Colors of #85ebcf

#85ebcf #cf85eb #ebcf85

Analogous Colors of #85ebcf

#85ebcf #85d4eb #85eb9c

Monochromatic Colors of #85ebcf

#85ebcf

Complementary Color

#85ebcf #eb85a1

#85ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ebcf Color CSS Codes

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

#85ebcf Text Font Color

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

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


#85ebcf Background Color

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

This div background color is #85ebcf


#85ebcf Border Color

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

This div border color is #85ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ebcf


Comments

No comments written yet.

Please login to write comment.