Color Hex Logo

#83b5dd Color Hex

#83B5DD
(131,181,221)
2 Favorites   0 Comments

Color spaces of #83b5dd

RGB 131181221
HSL0.570.570.69
HSV207°41°87°
CMYK 0.410.180.00   0.13
XYZ38.935143.093574.6724
Yxy43.09350.24850.2750
Hunter Lab65.6456-9.0097-21.4909
CIE-Lab71.6184-6.3261-25.3060

#83b5dd color RGB value is (131,181,221).

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

The process color (four color CMYK) of #83b5dd color hex is 0.41, 0.18, 0.00, 0.13. Web safe color of #83b5dd is #99cccc. Color #83b5dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10110101 11011101
Octal 203 265 335
Decimal 131 181 221
Hex 83 B5 DD

RGB Percentages of Color #83b5dd

%24.58
%33.96
%41.46

CMYK Percentages of Color #83b5dd

%41
%18
%0
%13

Triadic Colors of #83b5dd

#83b5dd #dd83b5 #b5dd83

Analogous Colors of #83b5dd

#83b5dd #8388dd #83ddd8

Monochromatic Colors of #83b5dd

#83b5dd

Complementary Color

#83b5dd #ddab83

#83b5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83b5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83b5dd Color CSS Codes

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

#83b5dd Text Font Color

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

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


#83b5dd Background Color

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

This div background color is #83b5dd


#83b5dd Border Color

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

This div border color is #83b5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83b5dd


Comments

No comments written yet.

Please login to write comment.