Color Hex Logo

#82cfe9 Color Hex

#82CFE9
(130,207,233)
0 Favorites   0 Comments

Color spaces of #82cfe9

RGB 130207233
HSL0.540.700.71
HSV195°44°91°
CMYK 0.440.110.00   0.09
XYZ46.226755.254785.3196
Yxy55.25470.24750.2958
Hunter Lab74.3335-19.0776-16.0193
CIE-Lab79.1878-17.0848-20.2685

#82cfe9 color RGB value is (130,207,233).

#82cfe9 hex color red value is 130, green value is 207 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #82cfe9 hue: 0.54 , saturation: 0.70 and the lightness value of 82cfe9 is 0.71.

The process color (four color CMYK) of #82cfe9 color hex is 0.44, 0.11, 0.00, 0.09. Web safe color of #82cfe9 is #99ccff. Color #82cfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001111 11101001
Octal 202 317 351
Decimal 130 207 233
Hex 82 CF E9

RGB Percentages of Color #82cfe9

%22.81
%36.32
%40.88

CMYK Percentages of Color #82cfe9

%44
%11
%0
%9

Triadic Colors of #82cfe9

#82cfe9 #e982cf #cfe982

Analogous Colors of #82cfe9

#82cfe9 #829ce9 #82e9d0

Monochromatic Colors of #82cfe9

#82cfe9

Complementary Color

#82cfe9 #e99c82

#82cfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cfe9 Color CSS Codes

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

#82cfe9 Text Font Color

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

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


#82cfe9 Background Color

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

This div background color is #82cfe9


#82cfe9 Border Color

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

This div border color is #82cfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cfe9


Comments

No comments written yet.

Please login to write comment.