Color Hex Logo

#82cafe Color Hex

#82CAFE
(130,202,254)
0 Favorites   0 Comments

Color spaces of #82cafe

RGB 130202254
HSL0.570.980.75
HSV205°49°100°
CMYK 0.490.200.00   0.00
XYZ48.215854.1426101.6753
Yxy54.14260.23630.2654
Hunter Lab73.5817-11.8023-30.4199
CIE-Lab78.5448-8.7527-32.4775

#82cafe color RGB value is (130,202,254).

#82cafe hex color red value is 130, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #82cafe hue: 0.57 , saturation: 0.98 and the lightness value of 82cafe is 0.75.

The process color (four color CMYK) of #82cafe color hex is 0.49, 0.20, 0.00, 0.00. Web safe color of #82cafe is #99ccff. Color #82cafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11001010 11111110
Octal 202 312 376
Decimal 130 202 254
Hex 82 CA FE

RGB Percentages of Color #82cafe

%22.18
%34.47
%43.34

CMYK Percentages of Color #82cafe

%49
%20
%0
%0

Triadic Colors of #82cafe

#82cafe #fe82ca #cafe82

Analogous Colors of #82cafe

#82cafe #828cfe #82fef4

Monochromatic Colors of #82cafe

#82cafe

Complementary Color

#82cafe #feb682

#82cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#82cafe Color CSS Codes

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

#82cafe Text Font Color

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

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


#82cafe Background Color

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

This div background color is #82cafe


#82cafe Border Color

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

This div border color is #82cafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82cafe


Comments

No comments written yet.

Please login to write comment.