Color Hex Logo

#83bedc Color Hex

#83BEDC
(131,190,220)
0 Favorites   0 Comments

Color spaces of #83bedc

RGB 131190220
HSL0.560.560.69
HSV200°40°86°
CMYK 0.400.140.00   0.14
XYZ40.691846.819574.6025
Yxy46.81950.25100.2888
Hunter Lab68.4248-13.5905-16.7456
CIE-Lab74.0742-11.4085-21.0168

#83bedc color RGB value is (131,190,220).

#83bedc hex color red value is 131, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #83bedc hue: 0.56 , saturation: 0.56 and the lightness value of 83bedc is 0.69.

The process color (four color CMYK) of #83bedc color hex is 0.40, 0.14, 0.00, 0.14. Web safe color of #83bedc is #99cccc. Color #83bedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10111110 11011100
Octal 203 276 334
Decimal 131 190 220
Hex 83 BE DC

RGB Percentages of Color #83bedc

%24.21
%35.12
%40.67

CMYK Percentages of Color #83bedc

%40
%14
%0
%14

Triadic Colors of #83bedc

#83bedc #dc83be #bedc83

Analogous Colors of #83bedc

#83bedc #8392dc #83dcce

Monochromatic Colors of #83bedc

#83bedc

Complementary Color

#83bedc #dca183

#83bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#83bedc Color CSS Codes

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

#83bedc Text Font Color

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

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


#83bedc Background Color

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

This div background color is #83bedc


#83bedc Border Color

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

This div border color is #83bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83bedc


Comments

No comments written yet.

Please login to write comment.