Color Hex Logo

#85cffd Color Hex

#85CFFD
(133,207,253)
0 Favorites   0 Comments

Color spaces of #85cffd

RGB 133207253
HSL0.560.970.76
HSV203°47°99°
CMYK 0.470.180.00   0.01
XYZ49.715356.7040101.2532
Yxy56.70400.23940.2730
Hunter Lab75.3021-13.9308-27.0115
CIE-Lab80.0128-10.9886-29.6755

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001111 11111101
Octal 205 317 375
Decimal 133 207 253
Hex 85 CF FD

RGB Percentages of Color #85cffd

%22.43
%34.91
%42.66

CMYK Percentages of Color #85cffd

%47
%18
%0
%1

Triadic Colors of #85cffd

#85cffd #fd85cf #cffd85

Analogous Colors of #85cffd

#85cffd #8593fd #85fdef

Monochromatic Colors of #85cffd

#85cffd

Complementary Color

#85cffd #fdb385

#85cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cffd Color CSS Codes

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

#85cffd Text Font Color

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

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


#85cffd Background Color

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

This div background color is #85cffd


#85cffd Border Color

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

This div border color is #85cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cffd

Related Colors


Comments

No comments written yet.

Please login to write comment.