Color Hex Logo

#83ccea Color Hex

#83CCEA
(131,204,234)
0 Favorites   0 Comments

Color spaces of #83ccea

RGB 131204234
HSL0.550.710.72
HSV197°44°92°
CMYK 0.440.130.00   0.08
XYZ45.804253.951585.8415
Yxy53.95150.24680.2907
Hunter Lab73.4517-17.2285-17.8748
CIE-Lab78.4334-15.0351-21.9442

#83ccea color RGB value is (131,204,234).

#83ccea hex color red value is 131, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #83ccea hue: 0.55 , saturation: 0.71 and the lightness value of 83ccea is 0.72.

The process color (four color CMYK) of #83ccea color hex is 0.44, 0.13, 0.00, 0.08. Web safe color of #83ccea is #99ccff. Color #83ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001100 11101010
Octal 203 314 352
Decimal 131 204 234
Hex 83 CC EA

RGB Percentages of Color #83ccea

%23.02
%35.85
%41.12

CMYK Percentages of Color #83ccea

%44
%13
%0
%8

Triadic Colors of #83ccea

#83ccea #ea83cc #ccea83

Analogous Colors of #83ccea

#83ccea #8399ea #83ead5

Monochromatic Colors of #83ccea

#83ccea

Complementary Color

#83ccea #eaa183

#83ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ccea Color CSS Codes

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

#83ccea Text Font Color

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

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


#83ccea Background Color

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

This div background color is #83ccea


#83ccea Border Color

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

This div border color is #83ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ccea


Comments

No comments written yet.

Please login to write comment.