Color Hex Logo

#83cdea Color Hex

#83CDEA
(131,205,234)
0 Favorites   0 Comments

Color spaces of #83cdea

RGB 131205234
HSL0.550.710.72
HSV197°44°92°
CMYK 0.440.120.00   0.08
XYZ46.042754.428585.9209
Yxy54.42850.24700.2920
Hunter Lab73.7757-17.7073-17.4076
CIE-Lab78.7109-15.5519-21.5227

#83cdea color RGB value is (131,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11001101 11101010
Octal 203 315 352
Decimal 131 205 234
Hex 83 CD EA

RGB Percentages of Color #83cdea

%22.98
%35.96
%41.05

CMYK Percentages of Color #83cdea

%44
%12
%0
%8

Triadic Colors of #83cdea

#83cdea #ea83cd #cdea83

Analogous Colors of #83cdea

#83cdea #839aea #83ead4

Monochromatic Colors of #83cdea

#83cdea

Complementary Color

#83cdea #eaa083

#83cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#83cdea Color CSS Codes

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

#83cdea Text Font Color

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

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


#83cdea Background Color

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

This div background color is #83cdea


#83cdea Border Color

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

This div border color is #83cdea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,205,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 #83cdea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83cdea


Comments

No comments written yet.

Please login to write comment.