Color Hex Logo

#85cfee Color Hex

#85CFEE
(133,207,238)
0 Favorites   0 Comments

Color spaces of #85cfee

RGB 133207238
HSL0.550.760.73
HSV198°44°93°
CMYK 0.440.130.00   0.07
XYZ47.418355.785289.1573
Yxy55.78520.24650.2900
Hunter Lab74.6895-17.3819-18.4922
CIE-Lab79.4914-15.0437-22.4690

#85cfee color RGB value is (133,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001111 11101110
Octal 205 317 356
Decimal 133 207 238
Hex 85 CF EE

RGB Percentages of Color #85cfee

%23.01
%35.81
%41.18

CMYK Percentages of Color #85cfee

%44
%13
%0
%7

Triadic Colors of #85cfee

#85cfee #ee85cf #cfee85

Analogous Colors of #85cfee

#85cfee #859bee #85eed9

Monochromatic Colors of #85cfee

#85cfee

Complementary Color

#85cfee #eea485

#85cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cfee Color CSS Codes

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

#85cfee Text Font Color

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

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


#85cfee Background Color

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

This div background color is #85cfee


#85cfee Border Color

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

This div border color is #85cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cfee


Comments

No comments written yet.

Please login to write comment.