Color Hex Logo

#85fdfd Color Hex

#85FDFD
(133,253,253)
0 Favorites   0 Comments

Color spaces of #85fdfd

RGB 133253253
HSL0.500.970.76
HSV180°47°99°
CMYK 0.470.000.00   0.01
XYZ62.527882.3290105.5240
Yxy82.32900.24970.3288
Hunter Lab90.7353-35.7784-5.4388
CIE-Lab92.7199-33.7614-10.4738

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111101 11111101
Octal 205 375 375
Decimal 133 253 253
Hex 85 FD FD

RGB Percentages of Color #85fdfd

%20.81
%39.59
%39.59

CMYK Percentages of Color #85fdfd

%47
%0
%0
%1

Triadic Colors of #85fdfd

#85fdfd #fd85fd #fdfd85

Analogous Colors of #85fdfd

#85fdfd #85c1fd #85fdc1

Monochromatic Colors of #85fdfd

#85fdfd

Complementary Color

#85fdfd #fd8585

#85fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fdfd Color CSS Codes

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

#85fdfd Text Font Color

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

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


#85fdfd Background Color

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

This div background color is #85fdfd


#85fdfd Border Color

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

This div border color is #85fdfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,253,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 #85fdfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.