Color Hex Logo

#83ccf5 Color Hex

#83CCF5
(131,204,245)
0 Favorites   0 Comments

Color spaces of #83ccf5

RGB 131204245
HSL0.560.850.74
HSV202°47°96°
CMYK 0.470.170.00   0.04
XYZ47.434454.603694.4257
Yxy54.60360.24140.2779
Hunter Lab73.8942-14.7317-24.0377
CIE-Lab78.8124-12.0720-27.2550

#83ccf5 color RGB value is (131,204,245).

#83ccf5 hex color red value is 131, green value is 204 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #83ccf5 hue: 0.56 , saturation: 0.85 and the lightness value of 83ccf5 is 0.74.

The process color (four color CMYK) of #83ccf5 color hex is 0.47, 0.17, 0.00, 0.04. Web safe color of #83ccf5 is #99ccff. Color #83ccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001100 11110101
Octal 203 314 365
Decimal 131 204 245
Hex 83 CC F5

RGB Percentages of Color #83ccf5

%22.59
%35.17
%42.24

CMYK Percentages of Color #83ccf5

%47
%17
%0
%4

Triadic Colors of #83ccf5

#83ccf5 #f583cc #ccf583

Analogous Colors of #83ccf5

#83ccf5 #8393f5 #83f5e5

Monochromatic Colors of #83ccf5

#83ccf5

Complementary Color

#83ccf5 #f5ac83

#83ccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ccf5 Color CSS Codes

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

#83ccf5 Text Font Color

<p style="color:#83ccf5">Text here</p>

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


#83ccf5 Background Color

<div style="background-color:#83ccf5">
Div content here</div>

This div background color is #83ccf5


#83ccf5 Border Color

<div style="border:3px solid #83ccf5">
Div here</div>

This div border color is #83ccf5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,204,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83ccf5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83ccf5;
  -webkit-box-shadow: 1px 1px 3px 2px #83ccf5;
  box-shadow:         1px 1px 3px 2px #83ccf5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,204,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ccf5

#83ccf5 Color Palettes


Comments

No comments written yet.

Please login to write comment.