Color Hex Logo

#83caed Color Hex

#83CAED
(131,202,237)
0 Favorites   0 Comments

Color spaces of #83caed

RGB 131202237
HSL0.560.750.72
HSV200°45°93°
CMYK 0.450.150.00   0.07
XYZ45.766753.180887.9735
Yxy53.18080.24480.2845
Hunter Lab72.9252-15.5952-20.4771
CIE-Lab77.9816-13.1946-24.2403

#83caed color RGB value is (131,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001010 11101101
Octal 203 312 355
Decimal 131 202 237
Hex 83 CA ED

RGB Percentages of Color #83caed

%22.98
%35.44
%41.58

CMYK Percentages of Color #83caed

%45
%15
%0
%7

Triadic Colors of #83caed

#83caed #ed83ca #caed83

Analogous Colors of #83caed

#83caed #8395ed #83eddb

Monochromatic Colors of #83caed

#83caed

Complementary Color

#83caed #eda683

#83caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#83caed Color CSS Codes

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

#83caed Text Font Color

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

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


#83caed Background Color

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

This div background color is #83caed


#83caed Border Color

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

This div border color is #83caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83caed


Comments

No comments written yet.

Please login to write comment.