Color Hex Logo

#85beef Color Hex

#85BEEF
(133,190,239)
0 Favorites   0 Comments

Color spaces of #85beef

RGB 133190239
HSL0.580.770.73
HSV208°44°94°
CMYK 0.440.210.00   0.06
XYZ43.666348.045588.6336
Yxy48.04550.24210.2664
Hunter Lab69.3149-8.8513-27.2943
CIE-Lab74.8536-5.8011-30.0982

#85beef color RGB value is (133,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111110 11101111
Octal 205 276 357
Decimal 133 190 239
Hex 85 BE EF

RGB Percentages of Color #85beef

%23.67
%33.81
%42.53

CMYK Percentages of Color #85beef

%44
%21
%0
%6

Triadic Colors of #85beef

#85beef #ef85be #beef85

Analogous Colors of #85beef

#85beef #8589ef #85efeb

Monochromatic Colors of #85beef

#85beef

Complementary Color

#85beef #efb685

#85beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#85beef Color CSS Codes

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

#85beef Text Font Color

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

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


#85beef Background Color

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

This div background color is #85beef


#85beef Border Color

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

This div border color is #85beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85beef


Comments

No comments written yet.

Please login to write comment.