Color Hex Logo

#85eebf Color Hex

#85EEBF
(133,238,191)
0 Favorites   0 Comments

Color spaces of #85eebf

RGB 133238191
HSL0.430.760.73
HSV153°44°93°
CMYK 0.440.000.20   0.07
XYZ49.651469.897260.1648
Yxy69.89720.27630.3889
Hunter Lab83.6045-40.299715.8560
CIE-Lab86.9464-41.047513.3754

#85eebf color RGB value is (133,238,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101110 10111111
Octal 205 356 277
Decimal 133 238 191
Hex 85 EE BF

RGB Percentages of Color #85eebf

%23.67
%42.35
%33.99

CMYK Percentages of Color #85eebf

%44
%0
%20
%7

Triadic Colors of #85eebf

#85eebf #bf85ee #eebf85

Analogous Colors of #85eebf

#85eebf #85e9ee #85ee8b

Monochromatic Colors of #85eebf

#85eebf

Complementary Color

#85eebf #ee85b4

#85eebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85eebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85eebf Color CSS Codes

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

#85eebf Text Font Color

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

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


#85eebf Background Color

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

This div background color is #85eebf


#85eebf Border Color

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

This div border color is #85eebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85eebf


Comments

No comments written yet.

Please login to write comment.