Color Hex Logo

#85effd Color Hex

#85EFFD
(133,239,253)
0 Favorites   0 Comments

Color spaces of #85effd

RGB 133239253
HSL0.520.970.76
HSV187°47°99°
CMYK 0.470.060.00   0.01
XYZ58.269073.8114104.1044
Yxy73.81140.24670.3125
Hunter Lab85.9136-29.2850-11.7042
CIE-Lab88.8333-27.1146-16.2833

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

#85effd hex color red value is 133, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #85effd hue: 0.52 , saturation: 0.97 and the lightness value of 85effd is 0.76.

The process color (four color CMYK) of #85effd color hex is 0.47, 0.06, 0.00, 0.01. Web safe color of #85effd is #99ffff. Color #85effd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11101111 11111101
Octal 205 357 375
Decimal 133 239 253
Hex 85 EF FD

RGB Percentages of Color #85effd

%21.28
%38.24
%40.48

CMYK Percentages of Color #85effd

%47
%6
%0
%1

Triadic Colors of #85effd

#85effd #fd85ef #effd85

Analogous Colors of #85effd

#85effd #85b3fd #85fdcf

Monochromatic Colors of #85effd

#85effd

Complementary Color

#85effd #fd9385

#85effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85effd Color CSS Codes

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

#85effd Text Font Color

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

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


#85effd Background Color

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

This div background color is #85effd


#85effd Border Color

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

This div border color is #85effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85effd


Comments

No comments written yet.

Please login to write comment.