Color Hex Logo

#85deca Color Hex

#85DECA
(133,222,202)
0 Favorites   0 Comments

Color spaces of #85deca

RGB 133222202
HSL0.460.570.70
HSV167°40°87°
CMYK 0.400.000.09   0.13
XYZ46.454861.493465.2981
Yxy61.49340.26810.3549
Hunter Lab78.4177-31.48735.5219
CIE-Lab82.6433-31.33361.4154

#85deca color RGB value is (133,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011110 11001010
Octal 205 336 312
Decimal 133 222 202
Hex 85 DE CA

RGB Percentages of Color #85deca

%23.88
%39.86
%36.27

CMYK Percentages of Color #85deca

%40
%0
%9
%13

Triadic Colors of #85deca

#85deca #ca85de #deca85

Analogous Colors of #85deca

#85deca #85c6de #85de9e

Monochromatic Colors of #85deca

#85deca

Complementary Color

#85deca #de8599

#85deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#85deca Color CSS Codes

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

#85deca Text Font Color

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

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


#85deca Background Color

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

This div background color is #85deca


#85deca Border Color

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

This div border color is #85deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85deca


Comments

No comments written yet.

Please login to write comment.