Color Hex Logo

#83afcd Color Hex

#83AFCD
(131,175,205)
0 Favorites   0 Comments

Color spaces of #83afcd

RGB 131175205
HSL0.570.430.66
HSV204°36°80°
CMYK 0.360.150.00   0.20
XYZ35.709539.893063.5756
Yxy39.89300.25660.2866
Hunter Lab63.1609-9.6124-15.4666
CIE-Lab69.3933-7.2866-19.9332

#83afcd color RGB value is (131,175,205).

#83afcd hex color red value is 131, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #83afcd hue: 0.57 , saturation: 0.43 and the lightness value of 83afcd is 0.66.

The process color (four color CMYK) of #83afcd color hex is 0.36, 0.15, 0.00, 0.20. Web safe color of #83afcd is #9999cc. Color #83afcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10101111 11001101
Octal 203 257 315
Decimal 131 175 205
Hex 83 AF CD

RGB Percentages of Color #83afcd

%25.64
%34.25
%40.12

CMYK Percentages of Color #83afcd

%36
%15
%0
%20

Triadic Colors of #83afcd

#83afcd #cd83af #afcd83

Analogous Colors of #83afcd

#83afcd #838acd #83cdc6

Monochromatic Colors of #83afcd

#83afcd

Complementary Color

#83afcd #cda183

#83afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#83afcd Color CSS Codes

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

#83afcd Text Font Color

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

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


#83afcd Background Color

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

This div background color is #83afcd


#83afcd Border Color

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

This div border color is #83afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83afcd


Comments

No comments written yet.

Please login to write comment.