Color Hex Logo

#83deea Color Hex

#83DEEA
(131,222,234)
0 Favorites   0 Comments

Color spaces of #83deea

RGB 131222234
HSL0.520.710.72
HSV187°44°92°
CMYK 0.440.050.00   0.08
XYZ50.332663.008487.3509
Yxy63.00840.25080.3140
Hunter Lab79.3778-25.7263-9.6809
CIE-Lab83.4468-24.1297-14.3771

#83deea color RGB value is (131,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011110 11101010
Octal 203 336 352
Decimal 131 222 234
Hex 83 DE EA

RGB Percentages of Color #83deea

%22.32
%37.82
%39.86

CMYK Percentages of Color #83deea

%44
%5
%0
%8

Triadic Colors of #83deea

#83deea #ea83de #deea83

Analogous Colors of #83deea

#83deea #83abea #83eac3

Monochromatic Colors of #83deea

#83deea

Complementary Color

#83deea #ea8f83

#83deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#83deea Color CSS Codes

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

#83deea Text Font Color

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

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


#83deea Background Color

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

This div background color is #83deea


#83deea Border Color

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

This div border color is #83deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83deea


Comments

No comments written yet.

Please login to write comment.