Color Hex Logo

#85cfed Color Hex

#85CFED
(133,207,237)
0 Favorites   0 Comments

Color spaces of #85cfed

RGB 133207237
HSL0.550.740.73
HSV197°44°93°
CMYK 0.440.130.00   0.07
XYZ47.271855.726688.3856
Yxy55.72660.24700.2912
Hunter Lab74.6503-17.6039-17.9439
CIE-Lab79.4580-15.3083-21.9853

#85cfed color RGB value is (133,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001111 11101101
Octal 205 317 355
Decimal 133 207 237
Hex 85 CF ED

RGB Percentages of Color #85cfed

%23.05
%35.88
%41.07

CMYK Percentages of Color #85cfed

%44
%13
%0
%7

Triadic Colors of #85cfed

#85cfed #ed85cf #cfed85

Analogous Colors of #85cfed

#85cfed #859bed #85edd7

Monochromatic Colors of #85cfed

#85cfed

Complementary Color

#85cfed #eda385

#85cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cfed Color CSS Codes

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

#85cfed Text Font Color

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

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


#85cfed Background Color

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

This div background color is #85cfed


#85cfed Border Color

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

This div border color is #85cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cfed


Comments

No comments written yet.

Please login to write comment.