Color Hex Logo

#85cdde Color Hex

#85CDDE
(133,205,222)
0 Favorites   0 Comments

Color spaces of #85cdde

RGB 133205222
HSL0.530.570.70
HSV191°40°87°
CMYK 0.400.080.00   0.13
XYZ44.689053.923177.1601
Yxy53.92310.25420.3068
Hunter Lab73.4323-19.8762-10.8972
CIE-Lab78.4169-18.1712-15.5217

#85cdde color RGB value is (133,205,222).

#85cdde hex color red value is 133, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #85cdde hue: 0.53 , saturation: 0.57 and the lightness value of 85cdde is 0.70.

The process color (four color CMYK) of #85cdde color hex is 0.40, 0.08, 0.00, 0.13. Web safe color of #85cdde is #99cccc. Color #85cdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001101 11011110
Octal 205 315 336
Decimal 133 205 222
Hex 85 CD DE

RGB Percentages of Color #85cdde

%23.75
%36.61
%39.64

CMYK Percentages of Color #85cdde

%40
%8
%0
%13

Triadic Colors of #85cdde

#85cdde #de85cd #cdde85

Analogous Colors of #85cdde

#85cdde #85a1de #85dec3

Monochromatic Colors of #85cdde

#85cdde

Complementary Color

#85cdde #de9685

#85cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cdde Color CSS Codes

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

#85cdde Text Font Color

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

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


#85cdde Background Color

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

This div background color is #85cdde


#85cdde Border Color

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

This div border color is #85cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cdde


Comments

No comments written yet.

Please login to write comment.