Color Hex Logo

#82cefb Color Hex

#82CEFB
(130,206,251)
0 Favorites   0 Comments

Color spaces of #82cefb

RGB 130206251
HSL0.560.940.75
HSV202°48°98°
CMYK 0.480.180.00   0.02
XYZ48.689855.853599.4814
Yxy55.85350.23860.2738
Hunter Lab74.7352-14.4943-26.6074
CIE-Lab79.5304-11.6983-29.3620

#82cefb color RGB value is (130,206,251).

#82cefb hex color red value is 130, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #82cefb hue: 0.56 , saturation: 0.94 and the lightness value of 82cefb is 0.75.

The process color (four color CMYK) of #82cefb color hex is 0.48, 0.18, 0.00, 0.02. Web safe color of #82cefb is #99ccff. Color #82cefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001110 11111011
Octal 202 316 373
Decimal 130 206 251
Hex 82 CE FB

RGB Percentages of Color #82cefb

%22.15
%35.09
%42.76

CMYK Percentages of Color #82cefb

%48
%18
%0
%2

Triadic Colors of #82cefb

#82cefb #fb82ce #cefb82

Analogous Colors of #82cefb

#82cefb #8292fb #82fbec

Monochromatic Colors of #82cefb

#82cefb

Complementary Color

#82cefb #fbaf82

#82cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cefb Color CSS Codes

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

#82cefb Text Font Color

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

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


#82cefb Background Color

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

This div background color is #82cefb


#82cefb Border Color

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

This div border color is #82cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cefb


Comments

No comments written yet.

Please login to write comment.