Color Hex Logo

#85bdef Color Hex

#85BDEF
(133,189,239)
0 Favorites   0 Comments

Color spaces of #85bdef

RGB 133189239
HSL0.580.770.73
HSV208°44°94°
CMYK 0.440.210.00   0.06
XYZ43.450447.613788.5616
Yxy47.61370.24190.2651
Hunter Lab69.0027-8.3548-27.7940
CIE-Lab74.5806-5.2613-30.5183

#85bdef color RGB value is (133,189,239).

#85bdef hex color red value is 133, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #85bdef hue: 0.58 , saturation: 0.77 and the lightness value of 85bdef is 0.73.

The process color (four color CMYK) of #85bdef color hex is 0.44, 0.21, 0.00, 0.06. Web safe color of #85bdef is #99ccff. Color #85bdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111101 11101111
Octal 205 275 357
Decimal 133 189 239
Hex 85 BD EF

RGB Percentages of Color #85bdef

%23.71
%33.69
%42.60

CMYK Percentages of Color #85bdef

%44
%21
%0
%6

Triadic Colors of #85bdef

#85bdef #ef85bd #bdef85

Analogous Colors of #85bdef

#85bdef #8588ef #85efec

Monochromatic Colors of #85bdef

#85bdef

Complementary Color

#85bdef #efb785

#85bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bdef Color CSS Codes

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

#85bdef Text Font Color

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

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


#85bdef Background Color

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

This div background color is #85bdef


#85bdef Border Color

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

This div border color is #85bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bdef


Comments

No comments written yet.

Please login to write comment.