Color Hex Logo

#83ddea Color Hex

#83DDEA
(131,221,234)
0 Favorites   0 Comments

Color spaces of #83ddea

RGB 131221234
HSL0.520.710.72
HSV188°44°92°
CMYK 0.440.060.00   0.08
XYZ50.067862.478787.2626
Yxy62.47870.25060.3127
Hunter Lab79.0435-25.2604-10.1247
CIE-Lab83.1673-23.6358-14.7963

#83ddea color RGB value is (131,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 11011101 11101010
Octal 203 335 352
Decimal 131 221 234
Hex 83 DD EA

RGB Percentages of Color #83ddea

%22.35
%37.71
%39.93

CMYK Percentages of Color #83ddea

%44
%6
%0
%8

Triadic Colors of #83ddea

#83ddea #ea83dd #ddea83

Analogous Colors of #83ddea

#83ddea #83aaea #83eac4

Monochromatic Colors of #83ddea

#83ddea

Complementary Color

#83ddea #ea9083

#83ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#83ddea Color CSS Codes

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

#83ddea Text Font Color

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

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


#83ddea Background Color

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

This div background color is #83ddea


#83ddea Border Color

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

This div border color is #83ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83ddea


Comments

No comments written yet.

Please login to write comment.