Color Hex Logo

#82cfeb Color Hex

#82CFEB
(130,207,235)
0 Favorites   0 Comments

Color spaces of #82cfeb

RGB 130207235
HSL0.540.720.72
HSV196°45°92°
CMYK 0.450.120.00   0.08
XYZ46.514155.369686.8331
Yxy55.36960.24650.2934
Hunter Lab74.4108-18.6386-17.1005
CIE-Lab79.2537-16.5558-21.2387

#82cfeb color RGB value is (130,207,235).

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

The process color (four color CMYK) of #82cfeb color hex is 0.45, 0.12, 0.00, 0.08. Web safe color of #82cfeb is #99ccff. Color #82cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001111 11101011
Octal 202 317 353
Decimal 130 207 235
Hex 82 CF EB

RGB Percentages of Color #82cfeb

%22.73
%36.19
%41.08

CMYK Percentages of Color #82cfeb

%45
%12
%0
%8

Triadic Colors of #82cfeb

#82cfeb #eb82cf #cfeb82

Analogous Colors of #82cfeb

#82cfeb #829beb #82ebd3

Monochromatic Colors of #82cfeb

#82cfeb

Complementary Color

#82cfeb #eb9e82

#82cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cfeb Color CSS Codes

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

#82cfeb Text Font Color

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

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


#82cfeb Background Color

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

This div background color is #82cfeb


#82cfeb Border Color

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

This div border color is #82cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cfeb


Comments

No comments written yet.

Please login to write comment.