Color Hex Logo

#82cada Color Hex

#82CADA
(130,202,218)
0 Favorites   0 Comments

Color spaces of #82cada

RGB 130202218
HSL0.530.540.68
HSV191°40°85°
CMYK 0.400.070.00   0.15
XYZ42.981352.048874.1107
Yxy52.04880.25410.3077
Hunter Lab72.1449-19.9096-10.4042
CIE-Lab77.3100-18.4171-15.0495

#82cada color RGB value is (130,202,218).

#82cada hex color red value is 130, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #82cada hue: 0.53 , saturation: 0.54 and the lightness value of 82cada is 0.68.

The process color (four color CMYK) of #82cada color hex is 0.40, 0.07, 0.00, 0.15. Web safe color of #82cada is #99cccc. Color #82cada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001010 11011010
Octal 202 312 332
Decimal 130 202 218
Hex 82 CA DA

RGB Percentages of Color #82cada

%23.64
%36.73
%39.64

CMYK Percentages of Color #82cada

%40
%7
%0
%15

Triadic Colors of #82cada

#82cada #da82ca #cada82

Analogous Colors of #82cada

#82cada #829eda #82dabe

Monochromatic Colors of #82cada

#82cada

Complementary Color

#82cada #da9282

#82cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cada Color CSS Codes

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

#82cada Text Font Color

<p style="color:#82cada">Text here</p>

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


#82cada Background Color

<div style="background-color:#82cada">
Div content here</div>

This div background color is #82cada


#82cada Border Color

<div style="border:3px solid #82cada">
Div here</div>

This div border color is #82cada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,202,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82cada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82cada;
  -webkit-box-shadow: 1px 1px 3px 2px #82cada;
  box-shadow:         1px 1px 3px 2px #82cada; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cada


Comments

No comments written yet.

Please login to write comment.