Color Hex Logo

#85eecb Color Hex

#85EECB
(133,238,203)
0 Favorites   0 Comments

Color spaces of #85eecb

RGB 133238203
HSL0.440.760.73
HSV160°44°93°
CMYK 0.440.000.15   0.07
XYZ51.026970.447467.4082
Yxy70.44740.27020.3730
Hunter Lab83.9329-38.363911.1361
CIE-Lab87.2158-38.52407.5016

#85eecb color RGB value is (133,238,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101110 11001011
Octal 205 356 313
Decimal 133 238 203
Hex 85 EE CB

RGB Percentages of Color #85eecb

%23.17
%41.46
%35.37

CMYK Percentages of Color #85eecb

%44
%0
%15
%7

Triadic Colors of #85eecb

#85eecb #cb85ee #eecb85

Analogous Colors of #85eecb

#85eecb #85ddee #85ee97

Monochromatic Colors of #85eecb

#85eecb

Complementary Color

#85eecb #ee85a8

#85eecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85eecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85eecb Color CSS Codes

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

#85eecb Text Font Color

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

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


#85eecb Background Color

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

This div background color is #85eecb


#85eecb Border Color

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

This div border color is #85eecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85eecb


Comments

No comments written yet.

Please login to write comment.