color codes Logo

#508adc color codes

#508ADC
(80,138,220)
0 Favorites   0 Comments

Color spaces of #508adc

RGB 80138220
HSL0.600.670.59
HSV215°64°86°
CMYK 0.640.370.00   0.14
XYZ25.315025.049771.2110
Yxy25.04970.20820.2060
Hunter Lab50.04972.6979-49.3234
CIE-Lab57.12386.5102-47.5282

#508adc color RGB value is (80,138,220).

#508adc hex color red value is 80, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #508adc hue: 0.60 , saturation: 0.67 and the lightness value of 508adc is 0.59.

The process color (four color CMYK) of #508adc color code is 0.64, 0.37, 0.00, 0.14. Web safe color of #508adc is #6699cc. Color #508adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 11011100
Octal 120 212 334
Decimal 80 138 220
Hex 50 8A DC

RGB Percentages of Color #508adc

%18.26
%31.51
%50.23

CMYK Percentages of Color #508adc

%64
%37
%0
%14

Triadic Colors of #508adc

#508adc #dc508a #8adc50

Analogous Colors of #508adc

#508adc #5c50dc #50d0dc

Monochromatic Colors of #508adc

#508adc

Complementary Color

#508adc #dca250

#508adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508adc Color CSS Codes

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

#508adc Text Font Color

<p style="color:#508adc">Text here</p>

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


#508adc Background Color

<div style="background-color:#508adc">
Div content here</div>

This div background color is #508adc


#508adc Border Color

<div style="border:3px solid #508adc">
Div here</div>

This div border color is #508adc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,138,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #508adc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #508adc;
  -webkit-box-shadow: 1px 1px 3px 2px #508adc;
  box-shadow:         1px 1px 3px 2px #508adc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,138,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 #508adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508adc


Comments

No comments written yet.

Please login to write comment.