Color Hex Logo

#83caec Color Hex

#83CAEC
(131,202,236)
0 Favorites   0 Comments

Color spaces of #83caec

RGB 131202236
HSL0.550.730.72
HSV199°44°93°
CMYK 0.440.140.00   0.07
XYZ45.620953.122587.2061
Yxy53.12250.24530.2857
Hunter Lab72.8852-15.8209-19.9200
CIE-Lab77.9473-13.4631-23.7563

#83caec color RGB value is (131,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001010 11101100
Octal 203 312 354
Decimal 131 202 236
Hex 83 CA EC

RGB Percentages of Color #83caec

%23.02
%35.50
%41.48

CMYK Percentages of Color #83caec

%44
%14
%0
%7

Triadic Colors of #83caec

#83caec #ec83ca #caec83

Analogous Colors of #83caec

#83caec #8396ec #83ecda

Monochromatic Colors of #83caec

#83caec

Complementary Color

#83caec #eca583

#83caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#83caec Color CSS Codes

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

#83caec Text Font Color

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

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


#83caec Background Color

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

This div background color is #83caec


#83caec Border Color

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

This div border color is #83caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83caec


Comments

No comments written yet.

Please login to write comment.