Color Hex Logo

#85ccfd Color Hex

#85CCFD
(133,204,253)
0 Favorites   0 Comments

Color spaces of #85ccfd

RGB 133204253
HSL0.570.970.76
HSV205°47°99°
CMYK 0.470.190.00   0.01
XYZ48.995455.2641101.0132
Yxy55.26410.23870.2692
Hunter Lab74.3398-12.4501-28.5256
CIE-Lab79.1931-9.4095-30.9344

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001100 11111101
Octal 205 314 375
Decimal 133 204 253
Hex 85 CC FD

RGB Percentages of Color #85ccfd

%22.54
%34.58
%42.88

CMYK Percentages of Color #85ccfd

%47
%19
%0
%1

Triadic Colors of #85ccfd

#85ccfd #fd85cc #ccfd85

Analogous Colors of #85ccfd

#85ccfd #8590fd #85fdf2

Monochromatic Colors of #85ccfd

#85ccfd

Complementary Color

#85ccfd #fdb685

#85ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ccfd Color CSS Codes

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

#85ccfd Text Font Color

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

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


#85ccfd Background Color

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

This div background color is #85ccfd


#85ccfd Border Color

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

This div border color is #85ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ccfd


Comments

No comments written yet.

Please login to write comment.