Color Hex Logo

#85efef Color Hex

#85EFEF
(133,239,239)
0 Favorites   0 Comments

Color spaces of #85efef

RGB 133239239
HSL0.500.770.73
HSV180°44°94°
CMYK 0.440.000.00   0.06
XYZ56.119472.951592.7846
Yxy72.95150.25300.3288
Hunter Lab85.4117-32.1876-4.6199
CIE-Lab88.4246-30.6418-9.5708

#85efef color RGB value is (133,239,239).

#85efef hex color red value is 133, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #85efef hue: 0.50 , saturation: 0.77 and the lightness value of 85efef is 0.73.

The process color (four color CMYK) of #85efef color hex is 0.44, 0.00, 0.00, 0.06. Web safe color of #85efef is #99ffff. Color #85efef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101111 11101111
Octal 205 357 357
Decimal 133 239 239
Hex 85 EF EF

RGB Percentages of Color #85efef

%21.77
%39.12
%39.12

CMYK Percentages of Color #85efef

%44
%0
%0
%6

Triadic Colors of #85efef

#85efef #ef85ef #efef85

Analogous Colors of #85efef

#85efef #85baef #85efba

Monochromatic Colors of #85efef

#85efef

Complementary Color

#85efef #ef8585

#85efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#85efef Color CSS Codes

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

#85efef Text Font Color

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

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


#85efef Background Color

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

This div background color is #85efef


#85efef Border Color

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

This div border color is #85efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85efef

Related Colors


Comments

No comments written yet.

Please login to write comment.